scanner-research / scanner

Efficient video analysis at scale
https://scanner-research.github.io/
Apache License 2.0
620 stars 108 forks source link

Something wrong with the progress bar. #230

Closed sth1997 closed 5 years ago

sth1997 commented 5 years ago

When I ran "python3 01_defining_python_ops.py", the info was printed like this:

68%|███████████████████████████████████████████████▏ | 13/19 [01:27<04:03, 40.64s/it, jobs=1, tasks=6, workers=1] Finished! Two videos were saved to the current directory: 01_resized_fn.mp4, 01_resized_class.mp4

It said that the program was finished without any error. But the progress bar only reached 68%. Have you ever met this problem? Let me know if you need more information.

sth1997 commented 5 years ago

If I ran "python3 01_defining_python_ops.py" again, the progress bar reached 100%. And when I ran "python3 01_defining_python_ops.py" for the third time, the progress bar reached 47%. Although the percentages of these progress bars were different, the files they generated (01_resized_class.mp4) seemed to be the same.