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
"color.cpp:182:error: (-215:Assertion failed) !_src.empty() in function 'cv::cvtColor'."
And i searched for this error , it's seem we put a null frame to this function without checking . and then it occur .
Here are some details :
input.py line 66, in read_image
image = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
And sorry for no format this code , i'm a new guy here.
The text was updated successfully, but these errors were encountered:
"color.cpp:182:error: (-215:Assertion failed) !_src.empty() in function 'cv::cvtColor'."
And i searched for this error , it's seem we put a null frame to this function without checking . and then it occur .
Here are some details :
input.py line 66, in read_image
image = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
And sorry for no format this code , i'm a new guy here.
The text was updated successfully, but these errors were encountered: