Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nepfaff/orthographic_nerf

Rendering orthographic images with differential rendering
https://github.com/nepfaff/orthographic_nerf

Last synced: 10 days ago
JSON representation

Rendering orthographic images with differential rendering

Awesome Lists containing this project

README

        

# orthographic_nerf

A pipeline for rendering orthographic images of a scene using differential rendering.

## Installation

Create a virtual environment:
```
python -m venv orthographic_nerf_env
```

Activate the environment:
```
source orthographic_nerf_env/bin/activate
```

Install the requirements:
```
pip install -r requirements.txt
```

## Credit

Lots of the code was adjusted from course material from Vincent Sitzmann's course [Machine Learning for Inverse Graphics](https://www.scenerepresentations.org/courses/inverse-graphics/).