linux中安装cocoapi和pycocotools

先记录安装过程,之后再去发现这两个模块的作用:
1.参考链接:
https://blog.csdn.net/qq_31163325/article/details/84727311
2.参考链接:
https://blog.csdn.net/qq_39360343/article/details/82772916

实际安装过程:

jushi@jushi:~$ sudo apt-get install cython

jushi@jushi:~$ source activate tensorflow

(tensorflow) jushi@jushi:~$ pip install cython

(tensorflow) jushi@jushi:~$ git clone https://github.com/cocodataset/cocoapi

(tensorflow) jushi@jushi:~/cocoapi/PythonAPI$ make

(tensorflow) jushi@jushi:~$ pip install --upgrade setuptools

(tensorflow) jushi@jushi:~/cocoapi/PythonAPI$ make

你可能感兴趣的:(错误提示)