Input arguments and close mosaic option #820
-
Hi, I would like to ask 2 questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@Marco-Nguyen hi you can find the args here. https://github.com/ultralytics/ultralytics/blob/main/ultralytics/yolo/cfg/default.yaml or in our docs https://docs.ultralytics.com/cfg/. |
Beta Was this translation helpful? Give feedback.
@Marco-Nguyen hi you can find the args here. https://github.com/ultralytics/ultralytics/blob/main/ultralytics/yolo/cfg/default.yaml or in our docs https://docs.ultralytics.com/cfg/.
About the
close-mosaic
, the idea is from YOLOX and we found it's also benefiting our model. We setclose-mosaic=10
as default, I think mostly you don't need to modify it, but if you're using less epochs like 50 epochs or less, then I recommend you modify it to a small number .i.e 5.