windows環境下安裝pycocotools用:
pip install pycocotools
是無法安裝成功的。
需到https://github.com/philferriere/cocoapi下載源碼,解壓后切換到源碼的PythonAPI目錄,執行:
python setup.py build_ext --inplace
python setup.py build_ext install
安裝成功。
windows環境下安裝pycocotools用:
pip install pycocotools
是無法安裝成功的。
需到https://github.com/philferriere/cocoapi下載源碼,解壓后切換到源碼的PythonAPI目錄,執行:
python setup.py build_ext --inplace
python setup.py build_ext install
安裝成功。
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。