硬件环境:机械革命Z3air win10系统 3050显卡
软件 : Anaconda、Pycharm、Jupyter notebook
地址:https://github.com/matterport/Mask_RCNN
环境搭建:
- Anaconda创建一个新环境:conda create -n maskrcnn python=3.6
- 直接安装requirement就行 pip install -r requirement.txt
- 之后要安装一个imgaug包:conda install shapely
pip install imgaug
4.最后需要安装一个pycocotools工具
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
5.之后需要下载一个权重文件mask_rcnn_coco.h5
下载地址在https://download.fastgit.org/matterport/Mask_RCNN/releases/download/v2.0/mask_rcnn_coco.h5
6.运行demo
demo需要在Jupyter notebook上运行(可以把demo转成py格式的文件,参考https://blog.csdn.net/hesongzefairy/article/details/104702119)首先需要进入到maskrcnn环境,cd到指定位置,
然后安装一个conda install nb_conda,之后运行Jupyter notebook
在Jupyter notebook中把环境改成maskrcnn,之后运行就可以了
注意把地址改一下
完结,撒花
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)