desmondlzy commited on
Commit
e052b9b
·
verified ·
1 Parent(s): 39122d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: bsd-3-clause
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bsd-3-clause
3
+ datasets:
4
+ - desmondlzy/bigs-data
5
+ ---
6
+
7
+ The pretrained models for _BiGS: Bidirectional Primitives for Relightable 3D Gaussian Splatting_ (3DV 2025). Check out our [project page](https://desmondlzy.me/publications/bigs/),
8
+ [dataset](https://huggingface.co/datasets/desmondlzy/bigs-data), and [paper (arxiv)](https://www.arxiv.org/abs/2408.13370).
9
+
10
+
11
+ ## Citation
12
+
13
+ If you use our work in your research, please consider citing us with the below bibtex entry:
14
+ ```
15
+ @misc{zhenyuan2024bigs,
16
+ title={BiGS: Bidirectional Primitives for Relightable 3D Gaussian Splatting},
17
+ author={Liu Zhenyuan and Yu Guo and Xinyuan Li and Bernd Bickel and Ran Zhang},
18
+ year={2024},
19
+ eprint={2408.13370},
20
+ url={https://arxiv.org/abs/2408.13370},
21
+ }
22
+ ```
23
+
24
+ ## Acknowledgments
25
+
26
+ Our synthetic data is generated using [Mitsuba](https://mitsuba.readthedocs.io/en/stable/).
27
+ We thank the 3D models' creators:
28
+ Keenan Crane for _Spot_;
29
+ Stanford Computer Graphics Laboratory for the models _Dragon_ and _Bunny_;
30
+ Wenzel Jakob for the model _Mistuba Ball_.
31
+ Special thanks to Changxi Zheng for supporting the internship program at Tencent Pixel Lab.