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

执行py-faster-rcnn时报错:TypeError: 'numpy.float64' object cannot be interpreted as an index

错误原因:numpy的版本过高,因此降低numpy的版本

解决方法:pip install -U numpy==1.11.0

猜你喜欢

转载自blog.csdn.net/baidu_32936911/article/details/79865879