Open liwenyang-911 opened 2 weeks ago
When defining the model in your command, such as model=yolov8l.pt, you can also specify other model types like model=yolov8m.pt or model=yolov8n.pt. This allows you to choose different model sizes according to your needs.
I see different model sizes configured in the config file, such as
s
,m
,b+
, etc. Where do I apply them?