A PaddlePaddle version of Neural Renderer, refer to its PyTorch version

A PaddlePaddle version of Neural Renderer, refer to its PyTorch version

Install

Run:

pip install neural-renderer-paddle

Usage

Check examples folder for usage.

Note

Unittest module is not compatiable with PaddlePaddle. If you want to run test, run:

<THIS REPO> neural_renderer_paddle pip install neural_renderer_paddle/ cd neural_renderer_paddle/tests python -m unittest test_*.py

Original repo README:

This repo contains a PyTorch implementation of the paper Neural 3D Mesh Renderer by Hiroharu Kato, Yoshitaka Ushiku,

 

 

 

To finish reading, please visit source site