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
Hi I am runing the demo_video.py, and get the following error:
Traceback (most recent call last):
File "demo_video.py", line 81, in <module>
main(args)
File "demo_video.py", line 54, in main
frame_rgb = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB)
cv2.error: OpenCV(3.4.8) /io/opencv/modules/imgproc/src/color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor'
Can you help me ? Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi I am runing the demo_video.py, and get the following error:
Can you help me ? Thanks a lot!
The text was updated successfully, but these errors were encountered: