Tensorflow_Object_Tracking_Video icon indicating copy to clipboard operation
Tensorflow_Object_Tracking_Video copied to clipboard

Where is the progressbar?

Open SMZCC opened this issue 8 years ago • 1 comments

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?

SMZCC avatar Sep 19 '17 13:09 SMZCC

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

DrewNF avatar Oct 05 '17 18:10 DrewNF