This repo provides PyTorch code for models that use the "NeRF" method to generate 3D images of objects. Currently, it supports 4 different models:
The models are trained using following hardware:
- GPU: GTXX 1660 SUPER
- RAM: 32GB
- CPU: Ryzen 7 5700X
- Performance
NeRF | NeUS | Nerfies | TensoRF | |
---|---|---|---|---|
Training speed | 4it/s | 5it/s | 4it/s | 51.6it/s |
Rendering speed | 21s/img | 60s/img | - | - |
- pytorch repo : link
- volumetric rendering in NeRF link
- Camera calibration link
- NeUS link
- NeRF Studio
- blog, Docs
- Camera model
- Instrinsic/Extrinsic
- Equirectangular/Spherical Camera Model
- Distortion Parameters
- Sample representation
- Ray samplers
- Strafied Sampling, Heirarchical Sampling
- Spatial distortions