wlfeng commited on
Commit
1b636e8
·
verified ·
1 Parent(s): b4e7ab7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # Quantized Visual Geometry Grounded Transformer
6
+
7
+ [![arXiv](https://img.shields.io/badge/QuantVGGT-2509.21302-b31b1b.svg?logo=arXiv)](https://arxiv.org/abs/2509.21302)
8
+
9
+ This repository contains the model zoo of [Quantized Visual Geometry Grounded Transformer](https://arxiv.org/abs/2509.21302).
10
+
11
+ The official code can be found at [https://github.com/wlfeng0509/QuantVGGT](https://github.com/wlfeng0509/QuantVGGT).
12
+
13
+ ---