daniilidis-group / neural_renderer

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

rendering glitches #64

Open flixpar opened 5 years ago

flixpar commented 5 years ago

I'm working on a project where I need to find optimal camera parameters, but I am getting some strange rendering artifacts when I try to use this renderer from some viewpoints.

Good: good_2 good_1

Bad: bad_5 bad_4 bad_3 bad_2 bad_1 bad_0

Here is a zip of the files needed to reproduce this issue: test_nr.zip

I've been working on this for a few days but can't figure out what the problem is. Do you have any ideas about what could be causing this?

JobAtom commented 4 years ago

@flixpar Did you figure the problem out?