daniilidis-group / neural_renderer

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

is it possible to supervise with rendered silhouette? #112

Closed xhuan8 closed 3 years ago

xhuan8 commented 3 years ago

I try to render silhouettes of an object, and use it to supervise the training of the mesh generation network, but it fails and never converge what should be the problem?

pred_silhouettes = nmr(vertices=vertices, faces=faces, t=translation, mode='silhouettes')