Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +33 -0
- config.json +8 -0
- examples/g3t_long/lounge.tar.gz +3 -0
- model.pt +3 -0
- model.safetensors +3 -0
- teaser.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
teaser.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# G3T Up! Gravity Aligned Coordinate Frames Simplify Pointmap Processing
|
| 2 |
+
|
| 3 |
+
[](https://g3t-paper.github.io/)
|
| 4 |
+
[](https://arxiv.org/)
|
| 5 |
+
[](https://github.com/g3t-paper/g3t/)
|
| 6 |
+
|
| 7 |
+
[Bharath Raj Nagoor Kani](https://bharathrajn.com/), [Noah Snavely](https://www.cs.cornell.edu/~snavely/) <br/>
|
| 8 |
+
Cornell University
|
| 9 |
+
|
| 10 |
+
## Overview
|
| 11 |
+
|
| 12 |
+
<p align="center">
|
| 13 |
+
<img src="teaser.png" alt="teaser_img" />
|
| 14 |
+
</p>
|
| 15 |
+
|
| 16 |
+
<p align="center"> We introduce <strong>G3T</strong>, a transformer that predicts upright, gravity-aligned pointmaps regardless of input image orientation, and <strong>G3T-Long</strong>, a pipeline that leverages this uprightness to enable robust long-sequence 3D reconstruction. </p>
|
| 17 |
+
|
| 18 |
+
## Setup
|
| 19 |
+
|
| 20 |
+
Please refer to our [GitHub repository](https://github.com/g3t-paper/g3t/).
|
| 21 |
+
|
| 22 |
+
## Citation
|
| 23 |
+
|
| 24 |
+
If you find our work useful, please consider citing our paper:
|
| 25 |
+
|
| 26 |
+
```
|
| 27 |
+
@article{kani2026g3t,
|
| 28 |
+
author = {Nagoor Kani, Bharath Raj and Snavely, Noah},
|
| 29 |
+
title = {G3T Up! Gravity Aligned Coordinate Frames Simplify Pointmap Processing},
|
| 30 |
+
journal = {arXiv preprint},
|
| 31 |
+
year = {2026},
|
| 32 |
+
}
|
| 33 |
+
```
|
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 1024,
|
| 3 |
+
"enable_depth": true,
|
| 4 |
+
"enable_gravity_camera_heads": true,
|
| 5 |
+
"enable_point": true,
|
| 6 |
+
"img_size": 518,
|
| 7 |
+
"patch_size": 14
|
| 8 |
+
}
|
examples/g3t_long/lounge.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7f9c6280904bd7790a45b8ca797658212b23df7aa399f4c6332021aed9828e2
|
| 3 |
+
size 120831508
|
model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:964e1251853da67625d7c353d9b350f14cfc6e8b7ee033ded7825a66b5871ccf
|
| 3 |
+
size 5627541266
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d460957bb1c8a8c228d83ab10bad8a6dbcf80b03f29d7fbebf9c0f2c1c25f702
|
| 3 |
+
size 5627166200
|
teaser.png
ADDED
|
Git LFS Details
|