You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
video_to_frames_url_auto() is generating the following error:
IndexError: list index out of range
The method was called with file name and folder location as down below:
video_to_frames_url_auto(r"C:\Users\Donald Seger\Desktop\Wyckoff.mp4", r"C:\Users\Donald Seger\Desktop\videoframes")
Running the method from a Jupyter Notebook on a Windows 10 machine.
What is causing this error?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
video_to_frames_url_auto() is generating the following error:
IndexError: list index out of range
The method was called with file name and folder location as down below:
video_to_frames_url_auto(r"C:\Users\Donald Seger\Desktop\Wyckoff.mp4", r"C:\Users\Donald Seger\Desktop\videoframes")
Running the method from a Jupyter Notebook on a Windows 10 machine.
What is causing this error?
Thanks!
The text was updated successfully, but these errors were encountered: