lmb-freiburg / hand3d

Network estimating 3D Handpose from single color images
GNU General Public License v2.0
802 stars 252 forks source link

Can I use training_lifting.py for my custom dataset? #21

Closed JasOlean closed 5 years ago

JasOlean commented 5 years ago

I used another hand detector and keypoints detector. After that, I want to use your training_lifting.py to lift 2D to 3D coordinates. So, can I use only your posepriornetwork for 3D pose estimation. How can I do that?

And in your posenet network, what kinds of output of keypoints_map. As example, 21 keypoints for one image or all images. Can you show me your keypoints_map result as an example?

zimmerm commented 5 years ago

If your keypoint detector sticks to the same definition of keypoints it might be able to use the lifting components separately