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
.....\src\video2frame.py", line 31, in
height, width, layers = img.shape
^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'shape'
In file have pathIn and pathOut, what should I put in these fields? I put the path to an empty folder, but I didn't find the code description of what should be put in these variables.
Thanks.
The text was updated successfully, but these errors were encountered:
.....\src\video2frame.py", line 31, in
height, width, layers = img.shape
^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'shape'
In file have pathIn and pathOut, what should I put in these fields? I put the path to an empty folder, but I didn't find the code description of what should be put in these variables.
Thanks.
The text was updated successfully, but these errors were encountered: