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
In the middle of video creation using a different video from the one found in this repository, I get this error:
left_fit = ret['left_fit']
TypeError: 'NoneType' object is not subscriptable
How can this problem be solved?
Do I need to insert a video with specific properties?
All the videos I insert are the same quality as the example video
The text was updated successfully, but these errors were encountered:
In the middle of video creation using a different video from the one found in this repository, I get this error:
left_fit = ret['left_fit']
TypeError: 'NoneType' object is not subscriptable
How can this problem be solved?
Do I need to insert a video with specific properties?
All the videos I insert are the same quality as the example video
The text was updated successfully, but these errors were encountered: