maatici / Hand-Landmarks-Detector

44 stars 17 forks source link

dataset #1

Open sysau opened 6 years ago

sysau commented 6 years ago

Interesting work! how can I get the hand landmark dataset?

Suraj520 commented 5 years ago

You can extend this by using all publically available hand pose estimation dataset like Hands17, GANerated Hands, SynthHands etc. However, you have to modify the 9 landmarks to 21 since these datasets available for research contains 21 keypoints.

Thanks!