AIcomes 发表于 2020-3-26 09:49:17

在Windows主机上安装pycocotools

本帖最后由 AIcomes 于 2020-3-26 09:49 编辑

背景介绍:
原版的cocoapi(https://github.com/cocodataset/cocoapi)不支持windows,第三方开源项目(https://github.com/philferriere/cocoapi)提供了windows分支。
经过测试该windows分支目前不支持python3.5(可参考https://stackoverflow.com/questi ... -using-instructions)
安装方法:
先激活python版本大于3.5的环境,比如py36h和py36l等,然后运行以下命令进行安装。以py36l为例,安装命令如下:
conda activate py36l
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI安装过程如下图:
页: [1]
查看完整版本: 在Windows主机上安装pycocotools