kcg2015 / Vehicle-Detection-and-Tracking

Computer vision based vehicle detection and tracking using Tensorflow Object Detection API and Kalman-filtering
533 stars 191 forks source link

Assign Id to the tracked object #28

Open NasimSulaiman opened 4 years ago

NasimSulaiman commented 4 years ago

I am trying to assign id to the tracked object but nothing is giving me an output , can any please give some idea about this, and can you please tell me about the tracker's id defined in tracker.py

kcg2015 commented 4 years ago

@NasimSulaiman, could you give me more specifics?

NasimSulaiman commented 4 years ago

hi, what I am trying to do is assign id numbers to each vehicle it detect and track, that is that is it has to assign ids like id1,id2,id3,etc.. and the ids should not be changed until the tracked vehicle pass out of the frame. Can you give me a solution

SushVK18 commented 2 years ago

hey ,

can you tell me where I should make changes in the code for detecting my video?

Like in detector file , i am not sure which file path to provide?