链接:https://github.com/matterport/Mask_RCNN
1、安装pycocotools包,用来训练或测试MS COCO的工具。
对于Windows要用pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
我的环境报错需要安装VC++14,下载地址:https://964279924.ctfile.com/fs/1445568-239446865即可。
需要下载git,不要在官网下,特别慢,网上直接搜。
2、运行demo得到ModuleNotFoundError: No module named ‘tensorflow.python.keras.util’
原因:tensorflow keras冲突
参考:https://docs.floydhub.com/guides/environments/
我的tensorflow1.8.0应该对应Keras2.1.6。
keras安装直接pip install Keras==2.1.6,但是可能会超时。
解决方法:多装几遍就好了。
最后
以上就是纯情豌豆最近收集整理的关于调试Mask_RCNN小记的全部内容,更多相关调试Mask_RCNN小记内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复