daniilidis-group / neural_renderer

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

Fix a bug when saving textured mesh to .obj file. #43

Closed Lotayou closed 5 years ago

Lotayou commented 5 years ago

In file save_obj.py, there's an excessive line that yields a pure-white texture. Maybe it's a better idea to keep the texture image intact so we can save textured models for better display?