YOLOv6 icon indicating copy to clipboard operation
YOLOv6 copied to clipboard

Is there a way to change model_fitness similar to YOLOv5 so you can increase recall or precision?

Open sarmientoj24 opened this issue 3 years ago • 2 comments

sarmientoj24 avatar Jul 13 '22 17:07 sarmientoj24

Did you mean how to increase the model's depth and width? If it is, you can change the depth_multiple and width_multiple here: https://github.com/meituan/YOLOv6/blob/ccf8b43e0ec575c2ee7b6e035e5ccb0f1512c4c8/configs/yolov6_tiny.py#L5

mtjhl avatar Jul 14 '22 02:07 mtjhl

@sarmientoj24 Thanks for your attention! Currently we don't support this feature. We will consider your suggestion and add it in subsequent releases.

Chilicyy avatar Jul 14 '22 04:07 Chilicyy