Writing Neural Radiance Fields from scratch in python. Adapted from the assignment in the CS180 course at UC Berkley
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
fixed error in sampling along ray not allowing proper training, now basic nerf completed
947e1baView on GitHubWorking training and test inference, but worse than benchmarks
fc06c52View on GitHubImplement camera to world transformation, pixel to camera transformation, ray generation, and sampling rays from images
e561ea8View on GitHub