Update README.md
Browse files
README.md
CHANGED
|
@@ -9,12 +9,12 @@ LiteVGGT is a 3D vision foundation model that significantly boosts vanilla VGGT'
|
|
| 9 |
|
| 10 |
This model was presented in the paper: [LiteVGGT: Boosting Vanilla VGGT via Geometry-aware Cached Token Merging](https://huggingface.co/papers/2512.04939).
|
| 11 |
|
| 12 |
-
-
|
| 13 |
- [Code](https://github.com/GarlicBa/LiteVGGT-repo)
|
| 14 |
|
| 15 |
## Overview
|
| 16 |
|
| 17 |
-
For 1000 input images, LiteVGGT achieves a **10
|
| 18 |
|
| 19 |
<p align="center">
|
| 20 |
<img src="https://github.com/GarlicBa/LiteVGGT-repo/raw/main/assets/teaser.png" alt="teaser" width="100%">
|
|
|
|
| 9 |
|
| 10 |
This model was presented in the paper: [LiteVGGT: Boosting Vanilla VGGT via Geometry-aware Cached Token Merging](https://huggingface.co/papers/2512.04939).
|
| 11 |
|
| 12 |
+
- [Project Page](https://garlicba.github.io/LiteVGGT/)
|
| 13 |
- [Code](https://github.com/GarlicBa/LiteVGGT-repo)
|
| 14 |
|
| 15 |
## Overview
|
| 16 |
|
| 17 |
+
For 1000 input images, LiteVGGT achieves a **10× speedup** over VGGT while maintaining high accuracy in camera pose and point cloud prediction. Its scalability and robustness make large-scale scene reconstruction more efficient and reliable.
|
| 18 |
|
| 19 |
<p align="center">
|
| 20 |
<img src="https://github.com/GarlicBa/LiteVGGT-repo/raw/main/assets/teaser.png" alt="teaser" width="100%">
|