DrewNF/Tensorflow_Object_Tracking_Video

Where is the progressbar?

Opened this issue · 1 comments

SMZCC commented

Hello, DrewNF

  • when I run VID_yolo.py ,the error was : ModuleNotFoundError: No module named 'progressbar'
  • then I search all the directories, I can't find a file named progressbar
  • then what is that ? where can I get that?

progressbar is a simple python lib to install hrough the command line! :)
https://pypi.python.org/pypi/progressbar2
Hope will solve your problem! bests