NCJ commited on
Commit
d83cbaf
1 Parent(s): 05a8405

update readme

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # GS^3 Pre-trained Models
6
+
7
+ This repository contains pre-trained models 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 models:
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
+ ```