bjy12 / Clean-Torch-NeRFs

Clean NeRFs Reproduction using Tiny Lego

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%