Skip to content

HKCLynn/ReVoRF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 19, 2024
eeba3bf · Aug 19, 2024

History

3 Commits
Aug 19, 2024
Aug 19, 2024
Aug 19, 2024
Aug 19, 2024
Aug 19, 2024
Aug 19, 2024
Aug 19, 2024

Repository files navigation

ReVoRF

Learning with Unreliability: Fast Few-shot Voxel Radiance Fields with Relative Geometric Consistency (CVPR2024)

paper

Installation

git clone https://github.com/HKCLynn/ReVoRF.git
cd ReVoRF
pip install -r requirements.txt

Pytorch and torch_scatter installation is machine dependent.

Dataset Download

NeRF Synthetic Dataset and LLFF Dataset

Directory structure for the datasets

(click to expand;)
data
├── nerf_synthetic     
│   └── [chair|drums|ficus|hotdog|lego|materials|mic|ship]
│       ├── [train|val|test]
│       │   └── r_*.png
│       └── transforms_[train|val|test].json
│
├── nerf_llff_data     
    └── [fern|flower|fortress|horns|leaves|orchids|room|trex]

Quick Start

  • Get Depth Maps

    If the datasets are set in the above formats. Get DPT model and generate the depth maps.

     $ python download.py
  • Training

    $ python run.py --config configs/nerf/hotdog.py --render_test
  • Evaluation

    $ python run.py --config configs/nerf/hotdog.py --render_only --render_test \
                                                  --eval_ssim --eval_lpips_vgg

Acknowledgement

The code is heavily based on DVGOv2 implementation, and some functions are modified from VGOS. Thank you!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published