目录
一、原理
二、yaml配置文件
一、原理
小目标检测层,就是增加一个检测头,增加一层锚框,用来检测输入图像中像素较小的目标
二、yaml配置文件
# YOLOv5 🚀 by Ultralytics, GPL-3.0 license
# Parameters
nc: 3 # number of classes
depth_multiple: 0.33 # model depth multiple
width_multiple: 0.50 # layer channel multiple
anchors:
- [5,6, 8,14,