qfgaohao / pytorch-ssd

MobileNetV1, MobileNetV2, VGG based SSD/SSD-lite implementation in Pytorch 1.0 / Pytorch 0.4. Out-of-box support for retraining on Open Images dataset. ONNX and Caffe2 support. Experiment Ideas like CoordConv.
https://medium.com/@smallfishbigsea/understand-ssd-and-implement-your-own-caa3232cd6ad
MIT License
1.4k stars 531 forks source link

How to implement tracking algorithm on this code? #98

Closed CoskunGorkem closed 4 years ago

CoskunGorkem commented 4 years ago

Hello, Thanks for this amazing repository, I would like to count cars on the street. Any idea how to implement tracking algorithm that tracks the cars and distinguish them? Thanks in advance.

blacksailer commented 4 years ago

You can use this project for tracking for example. Just pass detections from SSD to sort algorithm.