- 博客(3)
- 资源 (2)
- 收藏
- 关注
原创 解决yolov5运行环境——pycocotools >= 2.0 安装失败问题 error: Microsoft Visual C++ 14.0 or greater is required.
在使用pip install pycocotools 安装时总是失败,
2021-07-26 21:54:03
5709
15
原创 解决Yolov5运行时,报错问题— assert img0 is not None, ‘Image Not Found ‘ + pathAssertionError: Image Not Found
解决方案:将utils/datasets.py文件中的p = str(Path(path).absolute()) # os-agnostic absolute path改为p = str(Path(path)),重新运行代码即可
2021-07-01 17:14:53
9070
27
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅