HDINO: A Concise and Efficient Open-Vocabulary Detector
Paper β’ 2603.02924 β’ Published β’ 1
Part of the ANIMA Perception Suite by Robot Flow Labs.
HDINO: A Concise and Efficient Open-Vocabulary Detector (Mar 2026) Hao Zhang, Yiqun Wang, Qinran Lin, Runze Fan, Yong Li Paper | Code
| Format | File | Size |
|---|---|---|
| PyTorch | pytorch/loki_v1.pth |
792MB |
| SafeTensors | pytorch/loki_v1.safetensors |
426MB |
| Text embeddings | pytorch/text_embeddings.pt |
83KB |
| Checkpoint (resume) | checkpoints/best.pth |
792MB |
| Training config | configs/training.toml |
β |
| Training history | logs/training_history.json |
β |
# Requires HDINO repo: https://github.com/HaoZ416/HDINO
from safetensors.torch import load_file
weights = load_file("pytorch/loki_v1.safetensors")
model.load_state_dict(weights, strict=False)
Apache 2.0 β Robot Flow Labs / AIFLOW LABS LIMITED