Skip to content

kunkun0w0/Clean-Torch-NeRFs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean-Torch-NeRFs

This repo aims to provide simplified NeRFs' code to help you to learn NeRFs quickly.

NOTE: I am not sure my implementations have the same accuracy as the official, so please use them with caution in some important cases like research.

NeRF

NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis
[official project]

NeRF: Chinese Tutorial [theory] , [code]

In this repo, I implement the Hierarchical volume sampling but I have not used coarse-to-fine strategy.

360° Lego result

sym

pixelNeRF

pixelNeRF: Neural Radiance Fields from One or Few Images
[official project]

pixelNeRF: Chinese Tutorial [theory]

In this repo, I have not used the Hierarchical volume sampling and coarse-to-fine strategy.

3-views Lego result

sym

1-views Lego result

sym

About

Clean NeRFs Reproduction using Tiny Lego

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages