spurra / vae-hands-3d

Code to evaluate model of paper "Cross-modal Deep Variational Hand Pose Estimation"
https://ait.ethz.ch/projects/2018/vae_hands/
GNU General Public License v3.0
121 stars 23 forks source link

Evaluation on Other Datasets #5

Closed eris231 closed 5 years ago

eris231 commented 5 years ago

Hi,

Can you provide some example about how to use your pre-trained model do evaluation on datasets other than RHD and STB?

Thanks

ddshan commented 5 years ago

I think that the easiest way to try on your own dataset is to create your dataset of the format just like RHD. I have tried, and it works.

spurra commented 5 years ago

Apologies for the late reply. @ddshan is correct, this is indeed the easiest way to go about.

calvin422 commented 5 years ago

img

if I just take a photo of it , and no other information provided for example depth and mask, can this model still recognise the hand. If yes, how can I do it? if no, can anyone suggest a model can do it?

thanks