NCJ commited on
Commit
b90fe39
·
verified ·
1 Parent(s): 400b9b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -7,4 +7,20 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```