loicmarie / sign-language-alphabet-recognizer

Simple sign language alphabet recognizer using Python, openCV and tensorflow for training Inception model (CNN classifier).
MIT License
288 stars 146 forks source link

classify_webcam.py on Mac runs but no windows open #17

Open DennisFaucher opened 5 years ago

DennisFaucher commented 5 years ago

train.py and classify.py run fine. classify_webcam.py doesn't do anything. Eventually, python3 shows as unresponsive in Activity Monitor. CTRL-C break sends this output:

Traceback (most recent call last): File "classify_webcam.py", line 57, in ret, img = cap.read() TIA.

someshium commented 4 years ago

@DennisFaucher Did you got the solution for this problem. the classify_webcam.py doesn't works for me. it gets struck for infinity. i am using ubuntu

DennisFaucher commented 4 years ago

No. I built my own. See this repo: https://github.com/DennisFaucher/pytorchasl

saugaatallabadi commented 3 years ago

import tensorflow.compat.v1 as tf tf.disable_v2_behavior()