We provide some tips for XRNeRF data preparation in this file.
It is recommended to symlink the dataset root to $PROJECT/data. If your folder structure is different, you may need to change the corresponding paths in config files.
xrnerf
├── xrnerf
├── docs
├── configs
├── test
├── extensions
├── data
│ ├── nerf_llff_data
│ ├── nerf_synthetic
│ ├── multiscale
│ ├── multiscale_google
│ ├── ...
- Download
nerf_synthetic
andnerf_llff_data
from here, and put it underxrnerf/data
- Credit to NSVF authors for providing their datasets, read introductions here
- For mip-nerf training, you can generate the multiscale dataset used in the paper by running the following command,
python tools/convert_blender_data.py --blenderdir /data/nerf_synthetic --outdir data/multiscale
- For the training of NeuralBody, please download the dataset from here.
- For the training of Animatable NeRF, please download the dataset from here.
- For the training of GNR, please download the dataset from here.
- For the training of BungeeNeRF, please download the dataset from here.