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

where is 'vis_util'? #11

Closed songjd closed 5 years ago

songjd commented 5 years ago

I can't find the 'vis_util' in the file detector.py.

kcg2015 commented 5 years ago

You need to uncomment the following two lines of the code:

os.chdir(cwd+'/models')

from object_detection.utils import visualization_utils as vis_util

Basically you need to import object_detection.utils to use visualization_utils.

Let me know this would help.

kcg2015 commented 5 years ago

Let me close this issue for now.