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
Thanks Vasu Agrawal.
First,This is a very good project!
But in python3.5 and opencv3.1.0 I got a error.
Error manage as follows:
ValueError: too many values to unpack (expected 2) GesturesApi.py", line 122 cv2.CHAIN_APPROX_SIMPLE)
The text was updated successfully, but these errors were encountered:
Do you need to use Python 3.5 and OpenCV 3.1.0? If not, please consider using Python 2 and OpenCV 2 as that is the tested configuration.
I suspect that the OpenCV API has changed slightly from 2 to 3, which is what's causing the unpacking issue. Switching the entire codebase from 2 to 3 is a nontrivial task.
Thanks Vasu Agrawal.
First,This is a very good project!
But in python3.5 and opencv3.1.0 I got a error.
Error manage as follows:
ValueError: too many values to unpack (expected 2)
GesturesApi.py", line 122 cv2.CHAIN_APPROX_SIMPLE)
The text was updated successfully, but these errors were encountered: