Closed sarmientoj24 closed 2 years ago
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
depth_multiple
width_multiple
@sarmientoj24 Thanks for your attention! Currently we don't support this feature. We will consider your suggestion and add it in subsequent releases.
Did you mean how to increase the model's depth and width? If it is, you can change the
depth_multiple
andwidth_multiple
here: https://github.com/meituan/YOLOv6/blob/ccf8b43e0ec575c2ee7b6e035e5ccb0f1512c4c8/configs/yolov6_tiny.py#L5