-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StopIteration exception end of video file and Make video does not output video #15
Comments
fixed traffic_capacity.py by adding try catch. make_video.sh depends on
ffmpeg converter which you must have installed
Kindly yours,
Andrey Nikishaev
Areas ML/DS/CV/Soft Dev/BizDev/Growth Hacking/Customer Rel/IT
LinkedIn http://ua.linkedin.com/in/creotiv
GitHub http://github.com/creotiv
Slideshare https://www.slideshare.net/anikishaev/
Skype creotiv.in.ua
Mobile +380632410666
…On Mon, Feb 11, 2019 at 6:25 AM Sweta ***@***.***> wrote:
After the traffic_capacity.py reaches the end of the 'input.mp4' video
file, it throws a StopIteration exception as follows:
Traceback (most recent call last):
File "traffic_capacity.py", line 72, in
main()
File "traffic_capacity.py", line 61, in main
cap.next()
StopIteration
Also the *make_video.sh* file is not creating an output video for traffic
capacity example.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#15>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAPRDeOsQcLkExpyGNgeiXTwIvs_CBgdks5vMPDWgaJpZM4azgXs>
.
|
I have cloned the repository with your latest commit with a try-catch block, I'm still getting the StopIteration exception. Also, I do have ffmpeg installed and the make_video.sh script is running perfectly fine with the traffic counting project, just not with traffic capacity. |
Trying to run make_video.sh gives the following exception: Could find no file with path './out/processed_%04d.png' and index in the range 0-4 |
@Sweta-codes @creotiv I face the same error with make_video.sh |
After the traffic_capacity.py reaches the end of the 'input.mp4' video file, it throws a StopIteration exception as follows:
Traceback (most recent call last):
File "traffic_capacity.py", line 72, in
main()
File "traffic_capacity.py", line 61, in main
cap.next()
StopIteration
Also the make_video.sh file is not creating an output video for traffic capacity example.
The text was updated successfully, but these errors were encountered: