解决编译 COCOAPI时出现的 “pycocotools/_mask.c: No such file or directory”错误
安装COCOAPI:# COCOAPI=/path/to/clone/cocoapigit clone https://github.com/cocodataset/cocoapi.git $COCOAPIcd $COCOAPI/PythonAPImakepython3.5 setup.py install --user # 博主的Python版本为3.5,编译时改为自己对应版本编...
原创
2019-12-24 17:57:53 ·
14746 阅读 ·
3 评论