nwojke / deep_sort

Simple Online Realtime Tracking with a Deep Association Metric
GNU General Public License v3.0
5.18k stars 1.45k forks source link

Problem In Object Counting #154

Open ykshitij opened 5 years ago

ykshitij commented 5 years ago

I wanted to Use this Code for people Counting. As the person crosses a hypothetical line I want it to be counted, and for the same I want the information for previous centroid. Is there any way I can get the previous memory. Also can you suggest a method to use this code for counting. The ID cannot be used for counting.

FernandoCalatayud commented 5 years ago

Same here. Also, i cannot find a way to use deep SORT with yolov3 object detector. As in every 30th frame the object detection kicks in, and the remainder frames the deep SORT takes care.

hongsamvo commented 4 years ago

I think this repo can help you https://github.com/guillelopez/python-traffic-counter-with-yolo-and-sort

FernandoCalatayud commented 4 years ago

Thank you very much :) @hongsamvo