daniilidis-group / neural_renderer

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

Fix bug in saving obj file #116

Open MikiyaShibuya opened 2 years ago

MikiyaShibuya commented 2 years ago

I found this bug causes incorrect model creation. This update fixes the erroneous behavior of save_obj function like this:

スクリーンショット 2021-08-04 5 02 45

To this:

スクリーンショット 2021-08-04 5 02 52