asingh33 / CNNGestureRecognizer

Gesture recognition via CNN. Implemented in Keras + Tensorflow/Theano + OpenCV
MIT License
981 stars 358 forks source link

No module named PIL? #3

Closed Alpslee closed 7 years ago

Alpslee commented 7 years ago

It goes wrong when running trackgesture.py. something I didn't install?

asingh33 commented 7 years ago

PIL is PILLOW package. Did you install it ? try pip install pillow

asingh33 commented 7 years ago

@Alpslee did you try installing pillow ? I am closing this issue. Feel free to reopen in case you still see same error msg.