daniilidis-group / neural_renderer

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

The speed of renderer #79

Open DragonZzzz opened 4 years ago

DragonZzzz commented 4 years ago

I employ this neural renderer in my network to render a (3w5 vertices, 7w faces) mesh to 256*256 images. Rendering an image costs about 1s, which is very slow for my training. Is the speed reasonable? Can I do something to accelerate the rendering? Thank you~