kcg2015 / Vehicle-Detection-and-Tracking

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

Drawing the tracking of the cars #16

Open AndreAhmed opened 5 years ago

AndreAhmed commented 5 years ago

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

kcg2015 commented 5 years ago

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

AndreAhmed commented 5 years ago

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

kcg2015 commented 5 years ago

@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?

Ronales commented 5 years ago

@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.