目标检测 YOLOv5 开源代码项目-环境配置问题
Posted GloomyHarbor
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了目标检测 YOLOv5 开源代码项目-环境配置问题相关的知识,希望对你有一定的参考价值。
学习视频: 目标检测 YOLOv5 开源代码项目调试与讲解实战【土堆 x 布尔艺数】
项目源码:ultralytics / yolov5
遇到的问题&解决的链接:
ERROR: Failed building wheel for pycocotools
Failed to build pycocotools
在项目终端中执行这行命令
pip install pycocotools
AttributeError: 'Upsample' object has no attribute 'recompute_scale_factor'
argparse.ArgumentParser()用法解析 问题:NameError: name 'argparse' is not defined
最终:
以上是关于目标检测 YOLOv5 开源代码项目-环境配置问题的主要内容,如果未能解决你的问题,请参考以下文章
深度学习目标检测---使用yolov5训练自己的数据集模型(Windows系统)