google/nerfies
This is the code for Deformable Neural Radiance Fields, a.k.a. Nerfies.
This project helps create realistic 3D models from ordinary video footage of moving subjects, capturing subtle details like changing facial expressions or clothing wrinkles. By feeding it a video and camera information, you get an interactive 3D scene that faithfully reproduces light and deformation. It's designed for researchers, artists, or anyone who needs to generate high-quality, deformable 3D representations of real-world objects or people from video.
1,939 stars. No commits in the last 6 months.
Use this if you need to create highly realistic, deformable 3D models from video capture, where the subject is in motion or changing appearance.
Not ideal if you're looking for a quick 2D-to-3D conversion for static objects or if you don't have detailed camera calibration data.
Stars
1,939
Forks
267
Language
Python
License
Apache-2.0
Category
Last pushed
Apr 22, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/google/nerfies"
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
SuLvXiangXin/zipnerf-pytorch
Unofficial implementation of ZipNeRF
google/hypernerf
Code for "HyperNeRF: A Higher-Dimensional Representation for Topologically Varying Neural...
yashbhalgat/HashNeRF-pytorch
Pure PyTorch Implementation of NVIDIA paper on Instant Training of Neural Graphics primitives:...