pip install -r requirements.txt
conda env create -f environment.yml
conda activate iddr-ngp
We use the same data format as instant-ngp. We provide three real scenes mentioned in the paper, please download and put them under ./data
.
# use the 'outdoor' dataset
python main_nerf.py data/outdoor --workspace outdoor_test -O --demask
The processed image will be saved in the ./your_workplace/result/
.
If you find this work useful, a citation will be appreciated via:
@inproceedings{huang2023iddr,
title={IDDR-NGP: Incorporating Detectors for Distractors Removal with Instant Neural Radiance Field},
author={Huang, Xianliang and Gou, Jiajie and Chen, Shuhang and Zhong, Zhizhou and Guan, Jihong and Zhou, Shuigeng},
booktitle={Proceedings of the 31st ACM International Conference on Multimedia},
pages={1343--1351},
year={2023}
}
The implementation is based on the torch-ngp.
If you have any question, please feel free to contact huangxl21@m.fudan.edu.cn.