lhmd commited on
Commit
45f0041
·
verified ·
1 Parent(s): 6ddf8e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -15
README.md CHANGED
@@ -13,28 +13,27 @@ datasets:
13
  <h1 align="center">TriSplat: Simulation-Ready Feed-Forward 3D Scene Reconstruction</h1>
14
 
15
  <p align="center">
16
- <a href="https://lhmd.top/trisplat"><img src="https://img.shields.io/badge/Paper-B31B1B?style=for-the-badge&logo=arxiv&logoColor=white" alt="Paper"></a>
17
  <a href="https://lhmd.top/trisplat"><img src="https://img.shields.io/badge/Project%20Page-000000?style=for-the-badge&logo=googlechrome&logoColor=white" alt="Project Page"></a>
18
- <a href="https://github.com/ziplab/TriSplat"><img src="https://img.shields.io/badge/Code-181717?style=for-the-badge&logo=github&logoColor=white" alt="Code"></a>
19
  <a href="https://huggingface.co/lhmd/TriSplat"><img src="https://img.shields.io/badge/Models-FFD21E?style=for-the-badge&logo=huggingface&logoColor=black" alt="Models"></a>
20
  </p>
21
 
22
  <p align="center">
23
- <a href="https://lhmd.top/">Weijie Wang</a><sup>1,*</sup>
24
- <a href="https://github.com/puLangMu">Zimu Li</a><sup>1,*</sup>
25
- <a href="https://chuan-10.github.io/">Jinchuan Shi</a><sup>1</sup>
26
- <a href="https://steve-zeyu-zhang.github.io/">Zeyu Zhang</a><sup>1</sup>
27
- <a href="https://botaoye.github.io/">Botao Ye</a><sup>2,3</sup>
28
- <a href="https://people.inf.ethz.ch/~pomarc/">Marc Pollefeys</a><sup>2,4</sup>
29
- <a href="https://donydchen.github.io/">Donny Y. Chen</a><sup>5</sup>
30
- <a href="https://bohanzhuang.github.io/">Bohan Zhuang</a><sup>1</sup>
31
  </p>
32
 
33
  <p align="center">
34
- <sup>1</sup>Zhejiang University
35
- <sup>2</sup>ETH Zurich
36
- <sup>3</sup>ETH AI Center
37
- <sup>4</sup>Microsoft
38
  <sup>5</sup>Monash University
39
  </p>
40
 
@@ -176,7 +175,7 @@ If you find this repository useful, please cite:
176
  @article{wang2026trisplat,
177
  title={TriSplat: Simulation-Ready Feed-Forward 3D Scene Reconstruction},
178
  author={Wang, Weijie and Li, Zimu and Shi, Jinchuan and Zhang, Zeyu and Ye, Botao and Pollefeys, Marc and Chen, Donny Y. and Zhuang, Bohan},
179
- journal={arXiv preprint},
180
  year={2026}
181
  }
182
  ```
 
13
  <h1 align="center">TriSplat: Simulation-Ready Feed-Forward 3D Scene Reconstruction</h1>
14
 
15
  <p align="center">
16
+ <a href="https://arxiv.org/abs/2605.26115"><img src="https://img.shields.io/badge/Paper-B31B1B?style=for-the-badge&logo=arxiv&logoColor=white" alt="Paper"></a>
17
  <a href="https://lhmd.top/trisplat"><img src="https://img.shields.io/badge/Project%20Page-000000?style=for-the-badge&logo=googlechrome&logoColor=white" alt="Project Page"></a>
 
18
  <a href="https://huggingface.co/lhmd/TriSplat"><img src="https://img.shields.io/badge/Models-FFD21E?style=for-the-badge&logo=huggingface&logoColor=black" alt="Models"></a>
19
  </p>
20
 
21
  <p align="center">
22
+ <a href="https://lhmd.top/">Weijie Wang</a><sup>1,*</sup> &nbsp;
23
+ <a href="https://github.com/puLangMu">Zimu Li</a><sup>1,*</sup> &nbsp;
24
+ <a href="https://chuan-10.github.io/">Jinchuan Shi</a><sup>1</sup> &nbsp;
25
+ <a href="https://steve-zeyu-zhang.github.io/">Zeyu Zhang</a><sup>1</sup> &nbsp;
26
+ <a href="https://botaoye.github.io/">Botao Ye</a><sup>2,3</sup> <br />
27
+ <a href="https://people.inf.ethz.ch/~pomarc/">Marc Pollefeys</a><sup>2,4</sup> &nbsp;
28
+ <a href="https://donydchen.github.io/">Donny Y. Chen</a><sup>5</sup> &nbsp;
29
+ <a href="https://bohanzhuang.github.io/">Bohan Zhuang</a><sup>1</sup> &nbsp;
30
  </p>
31
 
32
  <p align="center">
33
+ <sup>1</sup>Zhejiang University &nbsp; &nbsp;
34
+ <sup>2</sup>ETH Zurich &nbsp; &nbsp;
35
+ <sup>3</sup>ETH AI Center &nbsp; &nbsp;
36
+ <sup>4</sup>Microsoft &nbsp; &nbsp;
37
  <sup>5</sup>Monash University
38
  </p>
39
 
 
175
  @article{wang2026trisplat,
176
  title={TriSplat: Simulation-Ready Feed-Forward 3D Scene Reconstruction},
177
  author={Wang, Weijie and Li, Zimu and Shi, Jinchuan and Zhang, Zeyu and Ye, Botao and Pollefeys, Marc and Chen, Donny Y. and Zhuang, Bohan},
178
+ journal={arXiv preprint arXiv:2605.26115},
179
  year={2026}
180
  }
181
  ```