COby Community
StrongSORT-Mobile
0%DeepSORT successor with appearance embedding. Better cross-camera reacquisition than ByteTrack.
TrackingMITINT8FP16motappearance
64K downloads 3.4K deploymentsUpdated Dec 4, 2027
Headline:2.4ms · Hailo-8 · INT8
Deploy StrongSORT-Mobile
Pick a chip family. We hand you the artifacts (HEF, TRT engine, Core ML, ONNX) plus a one-click endpoint deploy. For private endpoints, on-prem deploy, or air-gapped distribution, see Enterprise.
HHailo-8
# Compile to Hailo HEF
$ pip install focsle
$ focsle pull community/strongsort-mobile --target hailo-8
$ focsle compile strongsort-mobile.onnx --target hailo-8 --quant int8
# Run on-device (HailoRT)
import focsle.runtime as fr
m = fr.load("strongsort-mobile.hef", target="hailo")
out = m.run(frame)One-click endpoint
Spins up a managed endpoint in the closest region. Pro and above.