ubuntu18.04 pycocotools安装
时间: 2023-11-21 16:04:23 浏览: 155
pycocotools2.0.2.tar.gz本地安装
您好,关于ubuntu18.04下安装pycocotools,您可以使用以下命令进行安装:
1.安装cython:
sudo apt-get install cython
2.安装numpy:
sudo apt-get install python3-numpy
3.安装cocoapi:
git clone https://github.com/cocodataset/cocoapi.git
cd cocoapi/PythonAPI
make
python3 setup.py build_ext install
4.安装pycocotools:
git clone https://github.com/cocodataset/cocoapi.git
cd cocoapi/PythonAPI/pycocotools
python3 setup.py build_ext install
希望这能够帮助您解决问题,如有其他问题,请随时提出。
阅读全文