Mask R-CNN學習(三):windows下 cl: 命令行 error D8021 :無效的數值參數“/Wno-cpp”的解決辦法

轉載:https://blog.csdn.net/heiheiya/article/details/81128749

 

Mask R-CNN學習(三):windows下 cl: 命令行 error D8021 :無效的數值參數“/Wno-cpp”的解決辦法

2018年07月20日 11:11:06

閱讀數:189

在windows下執行

python samples/coco/coco.py train --dataset=. --model=coco --download=True

報錯

是因爲pycocotools不支持windows。

但是有大神已經修改出了windows版本,https://github.com/philferriere/cocoapi

執行,

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

打印出如下信息,已經安裝成功了。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章