File size: 1,285 Bytes
e052b9b
 
 
 
 
 
c59688e
 
ad28958
 
e052b9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
---
license: bsd-3-clause
datasets:
- desmondlzy/bigs-data
---

# BiGS Models

The pretrained models for _BiGS: Bidirectional Primitives for Relightable 3D Gaussian Splatting_ (3DV 2025). Please refer to our code release ([github](https://github.com/desmondlzy/bigs)) for using the checkpoints. Also check out our [project page](https://desmondlzy.me/publications/bigs/),
[dataset](https://huggingface.co/datasets/desmondlzy/bigs-data), and paper ([arxiv](https://www.arxiv.org/abs/2408.13370)).


## Citation

If you use our work in your research, please consider citing us with the below bibtex entry:
```
@misc{zhenyuan2024bigs,
      title={BiGS: Bidirectional Primitives for Relightable 3D Gaussian Splatting}, 
      author={Liu Zhenyuan and Yu Guo and Xinyuan Li and Bernd Bickel and Ran Zhang},
      year={2024},
      eprint={2408.13370},
      url={https://arxiv.org/abs/2408.13370}, 
}
```

## Acknowledgments

Our synthetic data is generated using [Mitsuba](https://mitsuba.readthedocs.io/en/stable/).
We thank the 3D models' creators: 
Keenan Crane for _Spot_;
Stanford Computer Graphics Laboratory for the models _Dragon_ and _Bunny_; 
Wenzel Jakob for the model _Mistuba Ball_.
Special thanks to Changxi Zheng for supporting the internship program at Tencent Pixel Lab.