pycocotools 安装

日萌社

人工智能AI:Keras PyTorch MXNet TensorFlow PaddlePaddle 深度学习实战(不定时更新)


方式一:pip install pycocotools
方式二:
	1.先安装git:git-scm.com/downloads
	2.pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
	  在Windows上,您必须在路径上拥有VisualC++ 2015的构建工具。
	  如果没有,请确保从此处安装:go.microsoft.com/fwlink/?LinkId=691126
方式三:
	解压cocoapi-master.zip 进入 cocoapi-master\PythonAPI 目录中
	执行下面两个命令
		先执行 python setup.py build_ext --inplace
		然后执行 python setup.py build_ext install

链接:https://pan.baidu.com/s/1_g9hBsN_cWLdahivvmIT6g 
提取码:50ks 
 

你可能感兴趣的:(python)