nwojke / deep_sort

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

Occluded pedestrian detection #152

Open Mps24-7uk opened 5 years ago

Mps24-7uk commented 5 years ago

Thank you for your great repo! I have combined Yolov3 and deep sort algorithm to track the person in the video. In the case of occlusion, ID is either changed or transferred. What parameters should I modify to avoid occlusion?

xiaobaozi1996 commented 5 years ago

I also have the problem, have you solved it ? Looking for your reply~

Asrix-AI commented 4 years ago

@Mps24-7uk @maoyali did you solved the problem?

xuaner11111 commented 3 years ago

do you solve the matter?

wandyu commented 2 years ago

Hello there! I have combined the efficient det d1 and kalman Filter to track the pedestrian movement. Now, I am trying to combine efficient det d1 and deep sort algorithm to track the person in the video in order to save the IDs (which person has which ID). Please let me know how to use deep sort for my problem.