zhuhao-nju / hmd

Detailed Human Shape Estimation from a Single Image by Hierarchical Mesh Deformation (CVPR2019 Oral)
MIT License
267 stars 44 forks source link

Training #5

Closed jsaisagar closed 4 years ago

jsaisagar commented 5 years ago

Hi,

Thanks for sharing the code.

May I know how could we train the model i.e. could you provide training file?

Thanks

zhuhao-nju commented 5 years ago

Hi @jsaisagar , we plan to add the training code but it may take a while. Please leave this issue open and we will let you know when the training code is uploaded.

xiaoiker commented 5 years ago

Appreciate your great work and Look forward to the training part.

gh18l commented 5 years ago

Even can't wait to release!

liwenssss commented 5 years ago

great job! I am reading the paper recently and I cannot wait to learn the code to learn more about the paper. If u can upload it recently, I cannot be more appreciate it! By the way, are u feel it ok to have a conversation private about the job? I have some questions about the paper. THX!!~~~

zszclever commented 5 years ago

Thank you for your hard work. Great job! when I run the command "python eval_recon.py --tgt hmr", it seems that the procedure missing "eval_function". image So which file do I need when I run eval_recon.py?

zhuhao-nju commented 5 years ago

Thank you for your hard work. Great job! when I run the command "python eval_recon.py --tgt hmr", it seems that the procedure missing "eval_function". image So which file do I need when I run eval_recon.py?

Thanks for the report, the latest commit fixes this problem, or you could just rename eval_tools.py to eval_functions.py to solve it.

zszclever commented 5 years ago

Thank you very much for your help!!!