You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Release contains a highly configurable two-stage tracker that adjusts to different deployment scenarios. The detections generated by YOLOv9, a family of object detection architectures and models pre-trained on the COCO dataset, are passed to StrongSORT which combines motion and appearance information based on OSNet to track the objects. It can track any object that your Yolov9 model was trained to detect.
Example of Tracking Algorithm
Key features:
🎯 Accurate object detection powered by YOLOv9
🔄 Seamless object tracking using StrongSORT and OSNet
🔧 Highly configurable to adapt to different deployment scenarios
Yes, the STRONG sort is the advancement to the Deep SORT framework. https://github.com/dyhBUPT/StrongSORT
here is the original code repository of the StrongSORT which performs better than ByteTrack and DeepSort.
Description
This Release contains a highly configurable two-stage tracker that adjusts to different deployment scenarios. The detections generated by YOLOv9, a family of object detection architectures and models pre-trained on the COCO dataset, are passed to StrongSORT which combines motion and appearance information based on OSNet to track the objects. It can track any object that your Yolov9 model was trained to detect.
Example of Tracking Algorithm
Key features:
🎯 Accurate object detection powered by YOLOv9
🔄 Seamless object tracking using StrongSORT and OSNet
🔧 Highly configurable to adapt to different deployment scenarios
Repository Link
The YOLOv9_StrongSORT_OSNET
The text was updated successfully, but these errors were encountered: