daniilidis-group / neural_renderer

A PyTorch port of the Neural 3D Mesh Renderer
Other
1.12k stars 248 forks source link

Cannot get same textures if I save_obj and then load it use load_obj #33

Closed guy-guy closed 5 years ago

guy-guy commented 5 years ago

Hi, when I try to load the obj that I save using save_obj, I cannot get the same texture, I wonder if there is any accuracy loss when we save obj? Thank you!

nkolot commented 5 years ago

There was a bug in the code but now it's fixed.