如何在pycharm中安装pycocotools
时间: 2023-12-17 11:03:15 浏览: 67
COCO API的安装包 cocoapi.zip 安装pycocotools
你可以通过以下步骤在 PyCharm 中安装 pycocotools:
1. 打开 PyCharm,打开你的项目。
2. 打开 Terminal,输入以下命令:`pip install cython`,安装 Cython。
3. 在 Terminal 中输入以下命令:`pip install git+https://github.com/philferriere/cocoapi.git#egg=pycocotools^&subdirectory=PythonAPI`,安装 pycocotools。
这样就可以在 PyCharm 中使用 pycocotools 了。
阅读全文