Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nepfaff/orthographic_nerf
- Owner: nepfaff
- Created: 2023-02-08T01:51:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T17:46:11.000Z (almost 2 years ago)
- Last Synced: 2024-11-19T03:19:55.477Z (2 months ago)
- Language: Python
- Homepage:
- Size: 682 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/).