jackyjsy / CVPR21Chal-SLR

This repo contains the official code of our work SAM-SLR which won the CVPR 2021 Challenge on Large Scale Signer Independent Isolated Sign Language Recognition.
Creative Commons Zero v1.0 Universal
205 stars 51 forks source link

about joint detector #11

Closed HW140701 closed 2 years ago

HW140701 commented 2 years ago

Why not use openpose, alphapose joint detector?The current joint detector hrnet is slower than alphapose and openpose?

jackyjsy commented 2 years ago

Hi there, OpenPose and AlphaPose are faster, but we care more about accuracy and less about speed during this CVPR challenge, especially the accuracy for hands keypoints. That's why we chose the HRNet trained on whole-body pose dataset.

As a bottom-up method, OpenPose is less accurate than most top-down methods. I haven't checked out the new version of AlphaPose yet (which includes the hands and feet keypoints). It might also be a reasonable choice if it is accurate enough.

HW140701 commented 2 years ago

Thank you for your reply, and thank you for the open source code.