Classes argument not working #150
wrinconc-perficient
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to filter classes on the model, however, I believe that part is not working yet.
my command:
python yaml2cfg.py --weights weights/yolov5m.pt --yaml models/yolov5m.yaml --net_w 1280 --net_h 736 --batch 1 --classes 2 5 7
usage: yaml2cfg.py [-h] [--weights WEIGHTS] [--yaml YAML] [--net_w NET_W]
[--net_h NET_H] [--batch BATCH] [--classes CLASSES]
yaml2cfg.py: error: unrecognized arguments: 5 7
Beta Was this translation helpful? Give feedback.
All reactions