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

where is 'vis_util'?

songjd opened this issue · comments

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

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.

Let me close this issue for now.