daniilidis-group / neural_renderer

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

How to train ? #42

Closed BornInWater closed 5 years ago

BornInWater commented 5 years ago

The paper trains the network on shapeNet. So, how do I go about doing that?

Thanks

nkolot commented 5 years ago

You should ask that question on the original Chainer repo. This is a PyTorch reimplementation and I haven't tried to replicate the paper's results.