Downloads · 30 days
0
sealical/spatial-temporal-mem-models
spatial-temporal-mem-models is a depth estimation model from sealical. Use it for the depth estimation task on the model card, and read the license before you ship it in a product. The card lists the license as mit.
This repository contains pre-trained model weights for the Spatial-Temporal Memory System.
Downloads · 30 days
0
Access
Public
Updated Apr 3, 2026
Repo size
54.7 GB
Likes
0
Public
Click a slice to open those files.
.pth31.2 GB · 57%
From the Hugging Face model README
This repository contains pre-trained model weights for the Spatial-Temporal Memory System.
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
Download weights using the provided script:
bash scripts/download_weights_from_hf.sh
Or manually with huggingface-cli:
huggingface-cli download sealical/spatial-temporal-mem-models --local-dir weights/
weights/ layout.bash scripts/download_weights.sh.Model weights are subject to their original licenses. Please check individual model repositories for details.