open-mmlab / mmaction2

OpenMMLab's Next Generation Video Understanding Toolbox and Benchmark
https://mmaction2.readthedocs.io
Apache License 2.0
4.04k stars 1.2k forks source link

[Bug] In project "gesture recognition",the number of keypoints output by MMPOSE is inconsistent with the number of keypoints input by MMACTION #2849

Open wangbofei11 opened 1 month ago

wangbofei11 commented 1 month ago

Branch

main branch (1.x version, such as v1.0.0, or dev-1.x branch)

Prerequisite

Environment

This issue is not related to the environment

Describe the bug

project "gesture recognition",as shown in “rtmpose-m_8xb32-210e_coco-wholebody-hand-256x256.py” ,the output of keypoints number is 21,but in "stgcnpp_8xb16-joint-u100-16e_jester-keypoint-2d.py" , the input of keypoints number is 17, they are inconsistent,so the training and inference scipt will report error. What are the corresponding relationships between these key points?

Reproduces the problem - code sample

No response

Reproduces the problem - command or script

No response

Reproduces the problem - error message

No response

Additional information

No response