Yolov7_StrongSORT_OSNet VS yolo_tracking

Compare Yolov7_StrongSORT_OSNet vs yolo_tracking and see what are their differences.

Yolov7_StrongSORT_OSNet

Real-time multi-camera multi-object tracker using YOLOv7 and StrongSORT with OSNet (by mikel-brostrom)

yolo_tracking

BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models (by mikel-brostrom)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Yolov7_StrongSORT_OSNet yolo_tracking
1 8
393 6,126
- -
0.0 9.9
7 days ago 5 days ago
Python Python
GNU General Public License v3.0 only GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Yolov7_StrongSORT_OSNet

Posts with mentions or reviews of Yolov7_StrongSORT_OSNet. We have used some of these posts to build our list of alternatives and similar projects.
  • Multicamera ReID
    1 project | /r/computervision | 13 Mar 2023
    I have several cameras that stream via multiprocessing frames. With yolov7 I detect persons. Now I want to track and re-identify these persons across all streams. From the multiprocessing point of view this is no problem (shared list) but I don't know which method I can/should use. I tried something with StrongSort but there is a Kalman filter in it which would iritate the model because of wrong positions and velocities. Can someone help me? At the moment this StrongSort algorithm from Github works great. But the ReID does not take place logically there across streams.

yolo_tracking

Posts with mentions or reviews of yolo_tracking. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-17.

What are some alternatives?

When comparing Yolov7_StrongSORT_OSNet and yolo_tracking you can also consider the following projects:

mmtracking - OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework.

yolact - A simple, fully convolutional model for real-time instance segmentation.

Object_Detection_Tracking - Out-of-the-box code and models for CMU's object detection and tracking system for multi-camera surveillance videos. Speed optimized Faster-RCNN model. Tensorflow based. Also supports EfficientDet. WACVW'20

ByteTrack - [ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box

FairMOT - [IJCV-2021] FairMOT: On the Fairness of Detection and Re-Identification in Multi-Object Tracking

PaddleDetection - Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.

segment-anything - The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.

classy-sort-yolov5 - Ready-to-use realtime multi-object tracker that works for any object category. YOLOv5 + SORT implementation.

yolov5 - YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite

crop - Character Recognition Of Plates using yolov5

FastMOT - High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀