1. http://blog.sina.com.cn/s/blog_679f93560102wpyf.html
(cpu版本容易出现如下错误:
ImportError: No module named gpu_nms
修改nms_wrapper.py,改force_cpu =True
[[email protected] py-faster-rcnn]# vi lib/fast_rcnn/nms_wrapper.py
def nms (dets, thresh, force_cpu =True):
)
2. python版protobuf
http://blog.csdn.net/qinglu000/article/details/27316893
时间: 2024-09-29 22:08:07