windows环境下安装pycocotools用:

  pip install pycocotools

是无法安装成功的。

需到https://github.com/philferriere/cocoapi下载源码,解压后切换到源码的PythonAPI目录,执行:

python setup.py build_ext --inplace

python setup.py build_ext install

安装成功。

相关文章:

  • 2022-12-23
  • 2021-08-24
  • 2021-08-22
  • 2021-07-16
  • 2021-10-19
  • 2021-12-04
  • 2021-11-03
  • 2021-08-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
  • 2021-07-17
  • 2022-12-23
  • 2021-07-28
相关资源
相似解决方案