Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,20 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
# RenderFormer: Transformer-based Neural Rendering of Triangle Meshes with Global Illumination</h1>
|
11 |
+
|
12 |
+
## Quick Start
|
13 |
+
|
14 |
+
Please refer to our [Github Repo](https://github.com/microsoft/renderformer).
|
15 |
+
|
16 |
+
## Citation
|
17 |
+
If you find our repository useful, please cite our paper in your work:
|
18 |
+
|
19 |
+
```bibtex
|
20 |
+
@inproceedings {zeng2025renderformer,
|
21 |
+
title = {RenderFormer: Transformer-based Neural Rendering of Triangle Meshes with Global Illumination},
|
22 |
+
author = {Chong Zeng and Yue Dong and Pieter Peers and Hongzhi Wu and Xin Tong},
|
23 |
+
booktitle = {ACM SIGGRAPH 2025 Conference Papers},
|
24 |
+
year = {2025}
|
25 |
+
}
|
26 |
+
```
|