You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using cocodataset,
I don't want to train any other classes besides humans.
How do I train only person classes with yolov9?
yolov9-c.yaml > Changed nc: 80 to nc: 1.
coco.yaml > names: Comment all except person
args --single-cls
Even if you change the above, train_batch still recognizes all classes as 0.
The text was updated successfully, but these errors were encountered:
I am using cocodataset,
I don't want to train any other classes besides humans.
How do I train only person classes with yolov9?
yolov9-c.yaml > Changed nc: 80 to nc: 1.
coco.yaml > names: Comment all except person
args --single-cls
Even if you change the above, train_batch still recognizes all classes as 0.
The text was updated successfully, but these errors were encountered: