daniilidis-group / neural_renderer

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

The variable of camera_up is not defined #134

Closed 2333heheda closed 2 years ago

2333heheda commented 2 years ago

render In the file of “render.py”, "camera_up" is not defined, which may lead to wrong rendering results. When install neural_renderer by source code, need to add this variable and and pass this parameter to the function of "look".