This repository is developed based on nerf-pytorch, showing some of my explorations in the direction of nerf.
- Added the function of multi-GPU training;
- Made some changes for CVPR2023 Workshop: GigaVision Rendering task, added some scripts and functions;
- todo...
- "check_image.py":
- "get_identity_pose_matrix.py":
- "image_downsample.py":
- "load_blender.py":
- ...
- The original nerf-pytorch;