Paper - Pytorch
Project description
Nerf
My personal implementation of the NERF paper, with much better code. Because the original implementation has ugly code and i don't understand absolutely anything there.
Appreciation
- Lucidrains
- Agorians
Install
pip install nerf-torch
Usage
import torch
from nerf.model import Nerf
model = Nerf()
x = torch.randn(1, 6)
output = model(x)
print(output)
License
MIT
Citations
@misc{2003.08934,
Author = {Ben Mildenhall and Pratul P. Srinivasan and Matthew Tancik and Jonathan T. Barron and Ravi Ramamoorthi and Ren Ng},
Title = {NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis},
Year = {2020},
Eprint = {arXiv:2003.08934},
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nerf_torch-0.0.2.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file nerf_torch-0.0.2.tar.gz
.
File metadata
- Download URL: nerf_torch-0.0.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.11.0 Darwin/22.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cba75d8f29ce13954e390d06d252ba9cfe27538c2d3a1d9141c5d3cf0f780a23 |
|
MD5 | 6e10c430ad83182e152a8c1d7c5e6a9c |
|
BLAKE2b-256 | 9af46b203db8c2e8de4b81ed1a5b9d45149f3450d75c2baafe4cc45ffabc4dfd |
File details
Details for the file nerf_torch-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: nerf_torch-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.11.0 Darwin/22.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98e25a9b6937e656544de789be11929355ba0366ea1ce9ea643e91d247624442 |
|
MD5 | d21a310279285592437897523fb8bee0 |
|
BLAKE2b-256 | 90fb409df9ac451a79b29dd17b28b1025b82c442080b0912aecd24de14fd4f13 |