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