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

NameError: name 'Tracker' is not defined #20

Open FD-MINGJIE opened 5 years ago

FD-MINGJIE commented 5 years ago

Hi!

when i run the main.py, it happended to be a problem called ''NameError: name 'Tracker' is not defined" and "2.82it/s]wrong ratio or wrong size, [426 230 441 257] , confidence: 0.36141032 ratio: 0.5553498704183636". I don't know the cause. Please you help me!

Thank you!

younghuvee commented 5 years ago

tracker.Tracker()

zubairahmed-ai commented 4 years ago

Like @younghuvee said or you can do this from tracker import Tracker