Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 648 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 648 Bytes

Neural 3D Mesh Renderer v2 (CVPR 2019)

This is the PyTorch implementation of Neural 3D Mesh Renderer v2. For the original code, please visit original repo

Changes from original repo

  • Added PyTorch support
  • Some bugfixes
  • Some improvements in index & CUDA calls
  • Some improvements in project structure & applied refactoring
  • Maintained the original code under neural_renderer_chainer and tests under tests_chainer
  • PyTorch tests are comparing results against the Chainer implementation.
  • Added support for multiple GPUs

Installation

sudo python setup.py install