Datasets:

Modalities:
Image
ArXiv:
Tags:
olat
License:
desmondlzy commited on
Commit
730ad3d
·
verified ·
1 Parent(s): a091b22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -3
README.md CHANGED
@@ -1,3 +1,44 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ tags:
4
+ - olat
5
+ pretty_name: 'Dataset for BiGS: Bidirectional Primitives for Relightable 3D Gaussian Splatting'
6
+ ---
7
+
8
+ The OLAT dataset used in the paper _BiGS: Bidirectional Primitives for Relightable 3D Gaussian Splatting_ (3DV 2025). Check out our [project page](https://desmondlzy.me/publications/bigs/).
9
+
10
+ ## Dataset
11
+
12
+ We provide 7 synthetic scenes in the dataset, featuring various complex light transport effects, such as subsurface scattering, fuzzy surfaces, and iridescent reflection.
13
+
14
+ Each scene consists of:
15
+ - 40 training OLAT conditions (`olat_1` - `olat_40`) with 48 views per light condition;
16
+ - 58 test OLAT conditions (`olat_41` - `olat_98`) with 1 view per light condition;
17
+ - 1 all-light-on conditions (`olat_all`) with 48 views per light conditions.
18
+
19
+ Each light condition includes `.exr` images, object masks, transforms with camera poses, light positions and intensities.
20
+
21
+ Please refer to our [github repo](https://github.com/desmondlzy/bigs) for how to use the dataset provided here to train BiGS,
22
+ and our [paper (arxiv)](https://www.arxiv.org/abs/2408.13370) for details of BiGS.
23
+
24
+ ## Citation
25
+
26
+ If you use our dataset in your research, please consider citing us with the below bibtex entry:
27
+ ```
28
+ @misc{zhenyuan2024bigs,
29
+ title={BiGS: Bidirectional Primitives for Relightable 3D Gaussian Splatting},
30
+ author={Liu Zhenyuan and Yu Guo and Xinyuan Li and Bernd Bickel and Ran Zhang},
31
+ year={2024},
32
+ eprint={2408.13370},
33
+ url={https://arxiv.org/abs/2408.13370},
34
+ }
35
+ ```
36
+
37
+ ## Acknowledgments
38
+
39
+ Our synthetic data is generated using [Mitsuba](https://mitsuba.readthedocs.io/en/stable/).
40
+ We thank the 3D models' creators:
41
+ Keenan Crane for _Spot_;
42
+ Stanford Computer Graphics Laboratory for the models _Dragon_ and _Bunny_;
43
+ Wenzel Jakob for the model _Mistuba Ball_.
44
+ Special thanks to Changxi Zheng for supporting the internship program at Tencent Pixel Lab.