All Projects → SpyderXu → ssd_sort

SpyderXu / ssd_sort

Licence: other
Multi-person tracking with SSD and Sort

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ssd sort

multi-camera-pig-tracking
Official Implementation of "Tracking Grow-Finish Pigs Across Large Pens Using Multiple Cameras"
Stars: ✭ 25 (-70.93%)
Mutual labels:  multi-object-tracking
deep sort realtime
A really more real-time adaptation of deep sort
Stars: ✭ 31 (-63.95%)
Mutual labels:  multi-object-tracking
MPLT
Multi-person 3D panoramic localization tracking
Stars: ✭ 27 (-68.6%)
Mutual labels:  multi-object-tracking
awesome-3d-multi-object-tracking-autonomous-driving
A summary and list of open source 3D multi object tracking and datasets at this stage.
Stars: ✭ 16 (-81.4%)
Mutual labels:  multi-object-tracking
UniTrack
[NeurIPS'21] Unified tracking framework with a single appearance model. It supports Single Object Tracking (SOT), Video Object Segmentation (VOS), Multi-Object Tracking (MOT), Multi-Object Tracking and Segmentation (MOTS), Pose Tracking, Video Instance Segmentation (VIS), and class-agnostic MOT (e.g. TAO dataset).
Stars: ✭ 293 (+240.7%)
Mutual labels:  multi-object-tracking
2019-CVPR-AIC-Track-1-UWIPL
Repository for 2019 CVPR AI City Challenge Track 1 from IPL@UW
Stars: ✭ 19 (-77.91%)
Mutual labels:  multi-object-tracking
CrowdFlow
Optical Flow Dataset and Benchmark for Visual Crowd Analysis
Stars: ✭ 87 (+1.16%)
Mutual labels:  multi-object-tracking
yolo deepsort
Fast MOT base on yolo+deepsort, support yolo3 and yolo4
Stars: ✭ 47 (-45.35%)
Mutual labels:  multi-object-tracking
Homography-Based-MOTDT
MOTDT with Homography Matrix for Multi-Object Tracking
Stars: ✭ 21 (-75.58%)
Mutual labels:  multi-object-tracking
siam-mot
SiamMOT: Siamese Multi-Object Tracking
Stars: ✭ 446 (+418.6%)
Mutual labels:  multi-object-tracking
Fairmot
[IJCV-2021] FairMOT: On the Fairness of Detection and Re-Identification in Multi-Object Tracking
Stars: ✭ 3,194 (+3613.95%)
Mutual labels:  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.
Stars: ✭ 5,799 (+6643.02%)
Mutual labels:  multi-object-tracking
Multi Object Tracking Paper List
Paper list and source code for multi-object-tracking
Stars: ✭ 1,508 (+1653.49%)
Mutual labels:  multi-object-tracking
ByteTrack
ByteTrack: Multi-Object Tracking by Associating Every Detection Box
Stars: ✭ 1,991 (+2215.12%)
Mutual labels:  multi-object-tracking

SSD_SORT

This is a simple multi-person tracking system.

  • Detector: SSD.
  • Association: Sort.

Instruction

To run this code,you should install SSD and build the python interface. A pretrained person detector caffemodel is also needed for the detector. Our pretrained caffemodel is also supplied. The image sequence should be stored under sequence folder. Some deploy files are under model folder. Run detrk.py to see the detection and association results. You can also edit some arguments to meet different situations.

Result

Citing

@inproceedings{Bewley2016_sort,
  author={Bewley, Alex and Ge, Zongyuan and Ott, Lionel and Ramos, Fabio and Upcroft, Ben},
  booktitle={2016 IEEE International Conference on Image Processing (ICIP)},
  title={Simple online and realtime tracking},
  year={2016},
  pages={3464-3468},
  keywords={Benchmark testing;Complexity theory;Detectors;Kalman filters;Target tracking;Visualization;Computer Vision;Data Association;Detection;Multiple Object Tracking},
  doi={10.1109/ICIP.2016.7533003}
}
@inproceedings{liu2016ssd,
  title = {{SSD}: Single Shot MultiBox Detector},
  author = {Liu, Wei and Anguelov, Dragomir and Erhan, Dumitru and Szegedy, Christian and Reed, Scott and Fu, Cheng-Yang and Berg, Alexander C.},
  booktitle = {ECCV},
  year = {2016}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].