Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: pytorch
|
| 3 |
+
tags:
|
| 4 |
+
- 3d-reconstruction
|
| 5 |
+
- depth-estimation
|
| 6 |
+
- pose-estimation
|
| 7 |
+
- visual-geometry
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# LongStream Model
|
| 11 |
+
|
| 12 |
+
This repository is the Hugging Face model repo for the LongStream checkpoint release.
|
| 13 |
+
|
| 14 |
+
## Files
|
| 15 |
+
|
| 16 |
+
- `50_longstream.pt`: main inference checkpoint
|
| 17 |
+
|
| 18 |
+
## Recommended Repo Name
|
| 19 |
+
|
| 20 |
+
```text
|
| 21 |
+
NicolasCC/LongStream
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
+
## Usage
|
| 25 |
+
|
| 26 |
+
```bash
|
| 27 |
+
python run.py \
|
| 28 |
+
--img-path /path/to/meta_root \
|
| 29 |
+
--seq-list 00 \
|
| 30 |
+
--hf-repo NicolasCC/LongStream \
|
| 31 |
+
--hf-file 50_longstream.pt \
|
| 32 |
+
--mode batch_refresh \
|
| 33 |
+
--output-root outputs/seq00_hf
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
## Related Links
|
| 37 |
+
|
| 38 |
+
- Space: `https://huggingface.co/spaces/NicolasCC/LongStream`
|
| 39 |
+
- Code: `https://github.com/3DAgentWorld/LongStream`
|
| 40 |
+
- Project page: `https://3dagentworld.github.io/longstream/`
|
| 41 |
+
- Paper: `https://arxiv.org/abs/2602.13172`
|