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