benjiebob / WLDO

Code for paper ECCV 2020 paper: Who Left the Dogs Out? 3D Animal Reconstruction with Expectation Maximization in the Loop.
MIT License
48 stars 7 forks source link

Bug in demo.py #2

Closed benjiebob closed 3 years ago

benjiebob commented 3 years ago

Issue reported by Le Jiang:

There are two functions "load_model_from_disk()" and "Model()"which are used in both demo and eval. One has "shape_family_id" and "load_from_disk" variables and one doesn't. The load_model_from_disk is defined by yourself so it can be different, but the Model() is the function from neural_renderer I think and it needs shape_family_id and load_from_disk. And I cannot run it now. Can you use the demo or do you have any update on this? Thank you so much!

benjiebob commented 3 years ago

Just a bug. Fixed.