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
The following error occurred while running ‘hand-calculator’:
Instructions for updating:
Use tf.where in 2.0, which has the same broadcast rule as np.where
Traceback (most recent call last):
File "hand-calculator.py", line 181, in
start_calculator()
File "hand-calculator.py", line 83, in start_calculator
imgHSV = cv2.cvtColor(img, cv2.COLOR_BGR2HSV)
cv2.error: OpenCV(4.1.0) C:\projects\opencv-python\opencv\modules\imgproc\src\color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cv::cvtColor'
Thank you
when the set hand histogram appear,i put my hand in the sqare,but always failed...what can i do?thanks
The text was updated successfully, but these errors were encountered: