mks0601 / I2L-MeshNet_RELEASE

Official PyTorch implementation of "I2L-MeshNet: Image-to-Lixel Prediction Network for Accurate 3D Human Pose and Mesh Estimation from a Single RGB Image", ECCV 2020
MIT License
720 stars 128 forks source link

RootNet model for FreiHand ? #16

Closed hassony2 closed 4 years ago

hassony2 commented 4 years ago

Hi @mks0601,

Thank you for the great work, I look forward to experimenting with it ! I want to try your model on some different hand images, and I was therefore wondering if you could share the model of the trained hand RootNet ? (I searched a link to such a pre-trained model both in this repo and https://github.com/mks0601/3DMPPE_ROOTNET_RELEASE)

All the best !

Yana

mks0601 commented 4 years ago

Hi @hassony2 ,

Great to see you! I used your manopth repo for my paper. Unfortunately, I didn't save the RootNet trained on FreiHAND :( The rootnet prediction results are available at here and parsed FreiHAND data is also available at here, which are included in README. If you need a pre-trained RootNet, I think you can train it easily using the RootNet repo and parsed FreiHAND data.

Thanks! Gyeongsik

hassony2 commented 4 years ago

Thank you @mks0601 for your prompt response !

I will look whether I need to retrain it in this case !

I am glad you found manopth useful :) Have a great day !

Yana