hiroharu-kato / nmr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural mesh renderer

This is a mesh renderer for neural networks in PyTorch.

This code is for hkato's personal use. If you are looking for an implementation of a paper "neural 3D mesh renderer," please check this repository.

Comparison with Blender and SketchUp

NMR Blender SketchUp

These differences are caused by

  • reason 1
  • reason 2
  • reason 3

Examples

Example1: drawing a teapot

The following command

python3 examples/example1.py

outputs the following image.

About

License:MIT License


Languages

Language:Python 100.0%