edgeai-yolov5 icon indicating copy to clipboard operation
edgeai-yolov5 copied to clipboard

how to deal

Open wangduyang opened this issue 3 years ago • 4 comments

图片 coco

wangduyang avatar Jun 07 '22 07:06 wangduyang

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 avatar Jun 07 '22 07:06 debapriyamaji

@debapriyamaji thank you I did ignore the “kpt-label”

wangduyang avatar Jun 07 '22 08:06 wangduyang

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

wangduyang avatar Jun 08 '22 00:06 wangduyang

@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? image

YHDang avatar Sep 15 '22 14:09 YHDang