Walter0807 / MotionBERT

[ICCV 2023] PyTorch Implementation of "MotionBERT: A Unified Perspective on Learning Human Motion Representations"
Apache License 2.0
1k stars 120 forks source link

IndexError: index 19 is out of bounds for axis 1 with size 17 #100

Open wfh-china opened 10 months ago

wfh-china commented 10 months ago

Why is this happening

Yastruhank commented 9 months ago

Maybe you use the fast pose model trained on mscoco dataset, and this project need the fast pose model trained on halpe dataset, which is below the coco dataset in halpe-dataset-26-keypoints

markhill343 commented 9 months ago

I'm getting the same error. After extracting the keypoints from Yolov8 pose detection. (Also trained on COCO). Is COCO dataset support planned for this project?