sealical's picture
Upload README.md with huggingface_hub
e54bd15 verified
|
Raw
History Blame Contribute Delete
1.95 kB
---
license: mit
tags:
- spatial-temporal-memory
- video-understanding
- object-tracking
- depth-estimation
---
# Spatial-Temporal Memory System - Model Weights
This repository contains pre-trained model weights for the [Spatial-Temporal Memory System](https://github.com/Sealical/spatial-temporal-memory).
## Directory Structure
```
weights/
β”œβ”€β”€ Depth-Anything-V2/ # Depth-Anything-V2 checkpoints
β”œβ”€β”€ DUSt3R/ # DUSt3R pose / reconstruction checkpoints
β”œβ”€β”€ Fast-ReID/ # Re-identification checkpoints
β”œβ”€β”€ GroundingDINO/ # Open-vocabulary detection checkpoints
β”œβ”€β”€ Metric3D/ # Metric depth checkpoints
β”œβ”€β”€ Qwen3-Embedding-8B/ # Large text embedding model
β”œβ”€β”€ RAFT/ # Optical flow checkpoints
β”œβ”€β”€ SAM2/ # SAM2 segmentation checkpoints
β”œβ”€β”€ checkpoints/ # ViPE / auxiliary checkpoints
β”œβ”€β”€ dinov2/ # DINOv2 local weights
β”œβ”€β”€ droid_slam/ # DROID-SLAM related weights
β”œβ”€β”€ geocalib/ # Geo calibration weights
β”œβ”€β”€ sam3/ # SAM3 local bundle
β”œβ”€β”€ osnet_x0_25_msmt17.pt # Lightweight ReID checkpoint
└── yolov8n.pt # Lightweight YOLO checkpoint
```
## Usage
Download weights using the provided script:
```bash
bash scripts/download_weights_from_hf.sh
```
Or manually with huggingface-cli:
```bash
huggingface-cli download sealical/spatial-temporal-mem-models --local-dir weights/
```
## Notes
- This mirror follows the project's current `weights/` layout.
- Some folders contain very large checkpoints and model bundles intended for local sync rather than GitHub storage.
- If you only need a smaller public subset, use `bash scripts/download_weights.sh`.
## License
Model weights are subject to their original licenses. Please check individual model repositories for details.