google/hypernerf
Code for "HyperNeRF: A Higher-Dimensional Representation for Topologically Varying Neural Radiance Fields".
This project helps researchers and computer graphics professionals generate realistic 3D video scenes from 2D video footage, even when objects in the scene change shape or topology. It takes in standard video files and outputs a 3D model that can be rendered into new videos from different viewpoints. This is ideal for those working on advanced visual effects, virtual reality content, or scientific visualization.
958 stars. No commits in the last 6 months.
Use this if you need to create dynamic 3D scenes from videos where objects might deform or change shape, and you want to render these scenes from novel camera angles.
Not ideal if you are looking for a simple, off-the-shelf solution for basic 3D model creation or if your primary focus is on static scene reconstruction.
Stars
958
Forks
104
Language
Python
License
Apache-2.0
Category
Last pushed
May 03, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/google/hypernerf"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
NVlabs/instant-ngp
Instant neural graphics primitives: lightning fast NeRF and more
nerfstudio-project/nerfstudio
A collaboration friendly studio for NeRFs
google/nerfies
This is the code for Deformable Neural Radiance Fields, a.k.a. Nerfies.
SuLvXiangXin/zipnerf-pytorch
Unofficial implementation of ZipNeRF
yashbhalgat/HashNeRF-pytorch
Pure PyTorch Implementation of NVIDIA paper on Instant Training of Neural Graphics primitives:...