2018年6月14日

TypeError: 'numpy.float64' object cannot be interpreted as an index

摘要: 在训练stage1 rpn时,出现'numpy.float64' object cannot be interpreted as an index 的提示错误,几乎所有的博客中都指出,需要更换numpy 的版本,照做之后,出现ImportError: numpy.core.multiarray fa 阅读全文

posted @ 2018-06-14 22:29 MissSimple 阅读(2041) 评论(0) 推荐(1) 编辑

AttributeError: 'module' object has no attribute 'text_format'

摘要: 是protobuf的版本发生了变化 在文件./lib/fast_rcnn/train.py增加一行import google.protobuf.text_format 即可解决问题 阅读全文

posted @ 2018-06-14 20:26 MissSimple 阅读(459) 评论(0) 推荐(0) 编辑

Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: Python

摘要: 其原因是没有开启对python的支持,需要在Makefile.conf文件中开启如下开关 阅读全文

posted @ 2018-06-14 18:06 MissSimple 阅读(2630) 评论(0) 推荐(0) 编辑

导航