在这里介绍的都是在Windows环境下的Python库的安装方法:
1. pycoco
安装命令, 在CMD中输入:
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
下面列出COCO 在 GitHub 上源码地址:
Linux 版本: https://github.com/cocodataset/cocoapi
Windows版本:https://github.com/philferriere/cocoapi
2. 上面一步需要安装git
安装命令, 在CMD中输入:
conda install -c conda-forge git
3. cython
安装命令, 在CMD中输入:
conda install -c anaconda cython
4. easydict
安装命令, 在CMD中输入:
conda install -c zhaofeng-shu33 easydict
其中2~4 没法通过anaconda的图形安装界面来安装,所有的这些安装命令可以通过在 https://anaconda.org中search需要安装的库来得到, 比如说现在要安装easydict, 在浏览器中输入上述网址, 在搜寻框里输入easydict, 如下图所示:
然后点击搜索,然后点击合适的版本:
会看到如下图的安装命令: