DrewNF / Tensorflow_Object_Tracking_Video

Object Tracking in Tensorflow ( Localization Detection Classification ) developed to partecipate to ImageNET VID competition
MIT License
503 stars 198 forks source link

Broken import #17

Open amielmeiseles opened 5 years ago

amielmeiseles commented 5 years ago

In Utils_Video.py line 5: import utils_image should be changed to: import Utils_image.