Found 53 repositories(showing 30)
This project delves into NeRF basics, such as ray tracing, ray casting, and ray marching. It starts with a simple task of reconstructing a red sphere in 3D. Then, we create a custom 3D model in Blender and take images to reconstruct the model using NeRF built from scratch and train for 7 hours!
shouxieai
重构nerf代码,更加容易读懂
ayaanzhaque
NeRF from scratch (CS180 project)
namanxkumar
From scratch implementation of the original NeRF paper in PyTorch
UCSD-Comp-Imaging
My implementation of NeRF from scratch
prajwalsingh
Implementing NeRF model from scratch Pytorch Version.
Sillybutts
An open source 3d model of the 1995 Kenner Crossbow Nerf blaster, recreated from scratch.
InanXR
FLASH: From-scratch NeRF using Instant-NGP hash encoding. Multi-resolution spatial hashing + occupancy grids = 5x faster rendering. ~3k lines PyTorch, full volume rendering pipeline, hierarchical sampling, FP16 optimization. Trains to 32 dB PSNR in 15 min on RTX 4050. Built by a 13-year-old from Bangladesh.
Arshad221b
A PyTorch implementation of Neural Radiance Fields (NeRF) built from scratch.
shahanneda
Implementing NeRF from scratch
nbardy
No description available
harveynw
Implementing "Neural Radiance Fields" from the original paper.
tlikhit
Neural Radiance Fields from scratch in one notebook with Tensorflow
BFU-Graphics
Neural Radiance Fields, From Theory to Implementation.
MaiAnhTruong
NeRF model from scratch
Professor322
Writing NeRF model from scratch
TheProParadox
Implementing NeRF model from scratch
ritika-banerjee
No description available
ryanjosephkamp
Week 17 Project 2: From-scratch Bidirectional LSTM in NumPy for protein secondary structure prediction (Q3: Helix/Sheet/Coil); interactive 3D ribbon diagrams via NeRF backbone gen + 3Dmol.js, PDB file upload for exper struct comparison, cell state viz, & 7-page Streamlit dashboard; >70% Q3 acc on synth Chou-Fasman propensity-weighted training data
shiy-liang
No description available
aldipiroli
Reproducing the paper "NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis" ECCV 2020
khooax
Implemented Neural Radiance Field (NeRF) Pipeline from scratch
senthilpalanisamy
An attempt to build Nerf from scratch
damn8daniel
Neural Radiance Fields from scratch. Positional encoding, hierarchical volume rendering, view-dependent color, novel view synthesis.
mrcabellom
No description available
kevinangers
My PyTorch implementation of "NeRF - Representing Scenes as Neural Radiance Fields for View Synthesis"
mjfortier
No description available
aviral2004
Writing Neural Radiance Fields from scratch in python. Adapted from the assignment in the CS180 course at UC Berkley
DMPoolM
This project is a hands-on implementation of the Neural Radiance Fields (NeRF) paper: "NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis". It learns a continuous 5D representation of a scene to synthesize novel views with high fidelity.
llz3724
This repository contains a full, from-scratch implementation of Neural Radiance Fields (NeRF) using PyTorch. It covers core NeRF mechanisms including positional encoding, hierarchical volume sampling, and differentiable volume rendering, trained and validated on the Lego dataset to achieve high-fidelity novel view synthesis.