Datasets:
ArXiv:
License:
File size: 1,106 Bytes
ac856ef 461af5e ac856ef |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
license: mit
---
# GS^3 Data
This repository contains data for the SIGGRAPH Asia 2024 Paper: "GS^3: Efficient Relighting with Triple Gaussian Splatting".
- Project Page: [https://gsrelight.github.io/](https://gsrelight.github.io/)
- arXiv: [2410.11419](https://arxiv.org/abs/2410.11419)
Please cite our paper if you use our data:
```bibtex
@inproceedings {bi2024rgs,
title = {GS\textsuperscript{3}: Efficient Relighting with Triple Gaussian Splatting},
author = {Zoubin Bi and Yixin Zeng and Chong Zeng and Fan Pei and Xiang Feng and Kun Zhou and Hongzhi Wu},
booktitle = {SIGGRAPH Asia 2024 Conference Papers},
year = {2024}
}
```
Some of data are borrowed from [NRHints](https://nrhints.github.io/), please also cite it if you use them:
```bibtex
@inproceedings {zeng2023nrhints,
title = {Relighting Neural Radiance Fields with Shadow and Highlight Hints},
author = {Chong Zeng and Guojun Chen and Yue Dong and Pieter Peers and Hongzhi Wu and Xin Tong},
booktitle = {ACM SIGGRAPH 2023 Conference Proceedings},
year = {2023}
}
``` |