kcg2015 / Vehicle-Detection-and-Tracking

Computer vision based vehicle detection and tracking using Tensorflow Object Detection API and Kalman-filtering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drawing the tracking of the cars

AndreAhmed opened this issue · comments

Hello,
How would I draw the path of the cars that are moving ?
Thanks so much

@AndreAhmed , you have to implement a separate lane detector and then mark the lanes.

@kcg2015
I meant by drawing the path, drawing the predicted position of the car.

@AndreAhmed , I still don't quite undertand what you mean by the path. Once you know coordinates, you can use OpenCV APIs to to draw the lines?

@kcg2015 , I still don't quite undertand what you mean by the path. Once you know coordinates, you can use OpenCV APIs to to draw the lines?

dear author ,I think above answer means want to draw the multi object trajectory using opencv.I also have the same question.