借鉴了这里:http://blog.csdn.net/u011961856/article/details/77676461
如果 不奏效的话,再试试:
1. cd coco/PythonAPI
python3 setup.py build_ext --inplace
2. print (sys.path)
sys.path.append('****/coco/PythonAPI')
我的生效了
借鉴了这里:http://blog.csdn.net/u011961856/article/details/77676461
如果 不奏效的话,再试试:
1. cd coco/PythonAPI
python3 setup.py build_ext --inplace
2. print (sys.path)
sys.path.append('****/coco/PythonAPI')
我的生效了