开源MaskRcnn搭建流程

Github

Mask_RCNN-Master

1、搭建环境

1、参考要安装的库

开源MaskRcnn搭建流程
numpy
scipy
Pillow
cython
matplotlib
scikit-image
tensorflow>=1.3.0
keras>=2.0.8
opencv-python
h5py
imgaug
IPython[all]

2、pip安装库

pip install scikit-image -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install h5py  -i https://pypi.tuna.tsinghua.edu.cn/simple

上一篇:vue中watch的详解


下一篇:IDEA部署好WEB项目调用servlet时报错404