[website]
- Releasing the inference script
- Releasing the chrome ball visualization script
- Uploading the complete training dataset and training script
- Uploading the benchmarking script
conda create -n 4DLighting python=3.11
conda activate 4DLighting
pip install -r requirements.txtmkdir -p checkpoints
pip install gdown
gdown --folder https://drive.google.com/drive/folders/1lPj_bhAFzKjdDTdM1eAL4Hx64EoHTtU_
mv Multi_Inpaint checkpoints/python run_video_demo.py \
--ckpt_dir checkpoints/Multi_Inpaint \
--video "Path to the video to be optimized" \
--save_loc "Path to save the optimized results and video demo"@inproceedings{10.1145/3721238.3730749,
author = {Tong, Mutian and Wu, Rundi and Zheng, Changxi},
title = {Spatiotemporally Consistent Indoor Lighting Estimation with Diffusion Priors},
year = {2025},
isbn = {9798400715402},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3721238.3730749},
doi = {10.1145/3721238.3730749},
booktitle = {Proceedings of the Special Interest Group on Computer Graphics and Interactive Techniques Conference Conference Papers},
articleno = {107},
numpages = {11},
keywords = {Lighting estimation, diffusion models},
series = {SIGGRAPH Conference Papers '25}
}
