Add pipeline tag and improve metadata
Browse filesHi! I'm Niels from the community science team at Hugging Face.
This PR adds the `pipeline_tag: image-to-3d` to the model card metadata. This helps categorize the model correctly on the Hugging Face Hub and makes it easier for the community to discover your work in the 3D reconstruction and video processing space.
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- computer-vision
|
| 4 |
- 3d-reconstruction
|
|
@@ -7,7 +8,7 @@ tags:
|
|
| 7 |
|
| 8 |
# LoGeR: Long-Context Geometric Reconstruction with Hybrid Memory
|
| 9 |
|
| 10 |
-
This repository contains the reimplemented model checkpoints for **LoGeR**.
|
| 11 |
|
| 12 |
LoGeR processes long video streams in chunks with a hybrid memory design to improve large-scale geometric reconstruction quality and consistency.
|
| 13 |
|
|
@@ -35,7 +36,7 @@ You can download the weights directly via `wget`:
|
|
| 35 |
wget -O ckpts/LoGeR/latest.pt https://huggingface.co/Junyi42/LoGeR/resolve/main/LoGeR/latest.pt?download=true
|
| 36 |
|
| 37 |
# Download LoGeR_star
|
| 38 |
-
wget -O ckpts/LoGeR_star/latest.pt https://huggingface.co/Junyi42/
|
| 39 |
```
|
| 40 |
|
| 41 |
## Usage
|
|
@@ -51,4 +52,4 @@ If you find our work or these models useful, please cite our paper:
|
|
| 51 |
journal={arXiv preprint arXiv:2603.03269},
|
| 52 |
year={2026}
|
| 53 |
}
|
| 54 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
pipeline_tag: image-to-3d
|
| 3 |
tags:
|
| 4 |
- computer-vision
|
| 5 |
- 3d-reconstruction
|
|
|
|
| 8 |
|
| 9 |
# LoGeR: Long-Context Geometric Reconstruction with Hybrid Memory
|
| 10 |
|
| 11 |
+
This repository contains the reimplemented model checkpoints for **LoGeR**, as presented in the paper [LoGeR: Long-Context Geometric Reconstruction with Hybrid Memory](https://huggingface.co/papers/2603.03269).
|
| 12 |
|
| 13 |
LoGeR processes long video streams in chunks with a hybrid memory design to improve large-scale geometric reconstruction quality and consistency.
|
| 14 |
|
|
|
|
| 36 |
wget -O ckpts/LoGeR/latest.pt https://huggingface.co/Junyi42/LoGeR/resolve/main/LoGeR/latest.pt?download=true
|
| 37 |
|
| 38 |
# Download LoGeR_star
|
| 39 |
+
wget -O ckpts/LoGeR_star/latest.pt https://huggingface.co/Junyi42/LoGeR_star/latest.pt?download=true
|
| 40 |
```
|
| 41 |
|
| 42 |
## Usage
|
|
|
|
| 52 |
journal={arXiv preprint arXiv:2603.03269},
|
| 53 |
year={2026}
|
| 54 |
}
|
| 55 |
+
```
|