Mask_RCNN学习(三):windows下 cl: 命令行 error D8021 :无效的数值参数“/Wno-cpp”的解决办法

在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

打印出如下信息,已经安装成功了。

猜你喜欢

转载自blog.csdn.net/heiheiya/article/details/81128749
今日推荐