YOLO-Fastest训练自己的数据
YOLO-Fastest训练自己的数据
继续yolo-fastest的学习,上一篇已经基本跑通了yolo-fastest,接下来开始训练,本次代码依旧是:https://github.c
YOLO-Fastest训练自己的数据
继续yolo-fastest的学习,上一篇已经基本跑通了yolo-fastest,接下来开始训练,本次代码依旧是:https://github.c
yolov5增加小目标检测层
一,model文件解释
yolov5的模型配置文件解释如下:
1.类别数和模型深度宽度控制
# parameters
nc: 80 # number of classes
de