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

How can I change the number of keypoints about the dataset?

Open YHDang opened this issue 2 years ago • 2 comments

Hello, thanks for your excellent research! I tried to reproduce the YOLO-Pose, but met a problem. I want to train the model on the CrowdPose dataset. When I generate the label files with the yolo format (train.txt, val.txt, and test.txt), I found that the number of keypoints must keep 17 (that is the same as the COCO). If the number of keypoints is changed, *.cache files will error. Could you give me some suggestions that how and where I can change the number of keypoints in the source code?

YHDang avatar Sep 27 '22 14:09 YHDang

@YHDang do you know how to generate keypoints for custom data?

akashAD98 avatar Oct 20 '22 16:10 akashAD98

@YHDang were you able to run the model with a different number of keypoints?

il-nietos avatar Mar 24 '23 12:03 il-nietos