Sign-Language-and-Static-gesture-recognition-using-sklearn
Sign-Language-and-Static-gesture-recognition-using-sklearn copied to clipboard
A Machine Learning pipeline that performs hand localization and static-gesture recognition built using the scikit learn and scikit image libraries
I tried to do this by(in python3): signDetector = GestureRecognizer.load_model(name="sign_detector.pkl.gz") image = io.imread(r"C:\Users\thinkpad\Desktop\Sign-Language-and-Static-gesture-recognition-using-sklearn- master\dataset\user_3\A0.jpg") out1, final_predictions=signDetector.recognize_gesture(image) print(final_predictions) however,I received a ValueError from _prepare_colorarray : Input array must have a shape...
The dataset folder seems to be incomplete, is there a link to the whole dataset. Would help a lot!
Urgent I am trying hard to find the the problem with different python version . But except python three it is showing lot of code errors and in python 3...
When I run gesture_recognizer1.py, I get this error message FileNotFoundError: [Errno 2] No such file or directory: './handDetector.pkl'.