jchibane / if-net

Implicit Feature Network (IF-Net) - Codebase
305 stars 59 forks source link

How to use the pretrained models to perform inference on my own data ? #24

Closed kfarivar closed 3 years ago

kfarivar commented 3 years ago

Hello

after looking at the readme and some of the issues I still don't know how I can use your pretrained models to reconstruct a human from a single-view point cloud. (I have captured the point cloud using kinect).

I am also confused about the names of the pretrained models. From the paper it seems that you used 2 datasets for training the human reconstruction, and Shapenet for reconstructing solid objects. Does this mean I should use the model named SVR to do human reconstruction ?

Any help would be appreciated. thanks

kfarivar commented 3 years ago

For anyone interested they can see this. #27