1. I download file from https://github.com/waleedka/coco. Then I placed the file in Mask_RCNN-master, went to the coco-master/PythonAPI and run make.BUT, when i run the demo.ipynb, there is an error said that " ModuleNotFoundError: No module named 'pycocotools'.". is there anyone know why it is happened?

I did change python to python3, but it's doesn't work until I extract the file pycocotools to the Mask_RCNN-master. and now, it works well.

最新文章

  1. HTML5的浏览器支持方案
  2. [MongoDB]MongoDB的优缺点及与关系型数据库的比较
  3. C#.NET SQL数据库备份与还原解决方案
  4. mongodb,redis,mysql 简要对比
  5. RSpec自定义matcher
  6. BNU 51276 - 道路修建 Small (并查集)
  7. maven install 报错Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin
  8. 新闻动态切换图片html(flash)
  9. gcc支持c99验证
  10. golang各版本的变化
  11. mysql 常用字段类型
  12. [转]MySQL常用Json函数和MySQL常用字符串函数
  13. 声反馈抑制使用matlab/simulink仿真
  14. spring基于通用Dao的多数据源配置详解【ds1】
  15. dva 知识点
  16. SQL server学习(一)数据库的基本知识、基本操作和基本语法
  17. HDU 4772 Zhuge Liang's Password (2013杭州1003题,水题)
  18. SQL Server 2005 分区表实践——分区切换
  19. c:url标签
  20. Nginx+uWsgi生产部署Django

热门文章

  1. Redis集群主备模式部署
  2. PHP导入和导出CSV文件
  3. easyui报错“Cannot read poperty 'options' of undefined”问题解决方案之一
  4. iOS xcode6最新提交app方法
  5. npm won't install packages “npm ERR! network tunneling socket could not be established, cause=Parse Error”
  6. mciSendString详解(转)
  7. ios31--NSThread
  8. YTU 2899: D-险恶逃生 I
  9. list集合去重复元素
  10. BZOJ_1150_[CTSC2007]数据备份Backup_堆+贪心