edgeai-yolov5
edgeai-yolov5 copied to clipboard
how to deal
coco
Please use the exact command for training: python train.py --data coco_kpts.yaml --cfg yolov5s6_kpts.yaml --weights 'path to the pre-trained ckpts' --batch-size 64 --img 640 --kpt-label
I think you are missing the flag "kpt-label".
Regards, Debapriya
@debapriyamaji thank you I did ignore the “kpt-label”
I have to bother you again,I want to use your method to train my dataset,But it has more than 17 points,does your method support it? thank you
@debapriyamaji thank you I did ignore the “kpt-label”
Hello, I also met the same question as you. And I tried to add '--kpt-label' to the running command, but why is the unrecognized argument?
