daniilidis-group / neural_renderer

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

Render 2D Silhouette For an Input Image #139

Open adityab05 opened 1 year ago

adityab05 commented 1 year ago

I wanted to render the 2D silhouette for a single input image. Lets say the input image is. inputIMG

I want the neural renderer to output a single 2D silhouette as shown below, outputIMG

Are there any examples of how to do that ? Thanks!