安装pycocoapi, pip install “git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI“出错

解决方法

linux:
pip install 'git+https://gitee.com/wsyin/cocoapi.git#subdirectory=PythonAPI'

windows:
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI

你可能感兴趣的:(工具,git,github,目标检测)