Tensorflow_Object_Tracking_Video
Tensorflow_Object_Tracking_Video copied to clipboard
Where is the progressbar?
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