sfu-gruvi-3dv / deep_human

Code for iccv2019 paper "A Neural Network for Detailed Human Depth Estimation from a Single Image"
GNU General Public License v3.0
62 stars 8 forks source link

Require two saved models to run the demo #7

Closed minar09 closed 4 years ago

minar09 commented 4 years ago

Hi, thanks for sharing your great work! When I run the demo script, it requires to restore two saved models, depth and normal. In your readme instructions, one link for is provided, which I am guessing is a saved model for one of the two. Can you please tell me which one it is and how I can run the demo? Please correct me if I am wrong. Thank you.

minar09 commented 4 years ago

For now, I set the both model folders path to same folder. Seems to be running. Although, not sure if that's the right approach.