This is the Pytorch implementation of our AAAI 2024 paper SpectralNeRF.
git clone https://github.com/liru0126/SpectralNeRF.git
cd SpectralNeRF
pip install -r requirements.txt
The datasets can be downloaded here.
The detailed render configurations for synthetic datasets and the capture instructions for real-world scenes can be found here.
sh train.sh
sh test.sh
@inproceedings{li2024spectralnerf,
title={SpectralNeRF: Physically Based Spectral Rendering with Neural Radiance Field},
author={Li, Ru and Liu, Jia and Liu, Guanghui and Zhang, Shengping and Zeng, Bing and Liu, Shuaicheng},
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
volume={38},
number={4},
pages={3154--3162},
year={2024}
}
In this project we use (parts of) the implementations of the following work:
We thank the respective authors for open sourcing of their implementations.