English's Github Trend's slide
Trending Slides
Japanese Github Trend's slide
Trending Slides
@mikel-brostrom
+
Introduction
This repository contains a highly configurable two-stage-tracker that adjusts to different deployment scenarios. It can jointly perform multiple object tracking and instance segmentation (MOTS). The detections generated by YOLOv8, a family of object detection architectures and models pretrained on the COCO dataset, are passed to the tracker of your choice. Supported ones at the moment are: StrongSORThttps://arxiv.org/abs/2202.13514[] OSNethttps://arxiv.org/abs/1905.00953[], OCSORThttps://arxiv.org/abs/2203.14360[] and ByteTrackhttps://arxiv.org/abs/2110.06864[]. They can track any object that your Yolov8 model was trained to detect.
Why using this tracking toolbox?
Everything is designed with simplicity and flexibility in mind. We don’t hyperfocus on results on a single dataset, we prioritize real-world results. If you don’t get good tracking results on your custom dataset with the out-of-the-box tracker configurations, use the
evolve.py
script for tracker hyperparameter tuning.Installation
$ python track.py --yolo-weights yolov8n.pt = bboxes only yolov8-seg.pt = bboxes + segmentation masks ----++++++++++++ ++++ ++
MOT compliant results
Can be saved to your experiment folderruns/track/_/
by
</details>bash python track.py --source ... --save-txt