Posetail static
Inference checkpoint for the Posetail static model.
- Source W&B run:
run-20260716_220801-066k6c9u - Source checkpoint: iteration
1177600 - Release:
2026-08-24 - Artifact:
model.pth
The packaged checkpoint contains schedule-free averaged inference weights and the complete
[model] configuration needed to construct TrackerEncoder. Optimizer state and training-only
configuration are omitted.
Loading
from posetail.posetail.tracker_encoder import TrackerEncoder
model = TrackerEncoder.from_pretrained("ai-hhmi/posetail-static")
# Pin the dated release for reproducibility:
model = TrackerEncoder.from_pretrained(
"ai-hhmi/posetail-static", revision="2026-08-24"
)
The model still requires the Posetail Python package and its runtime dependencies. Use the inference utilities in the Posetail repository to run tracking on calibrated multi-view videos.
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support