sign-language-alphabet-recognizer icon indicating copy to clipboard operation
sign-language-alphabet-recognizer copied to clipboard

classify_webcam.py on Mac runs but no windows open

Open DennisFaucher opened this issue 5 years ago • 3 comments

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.

DennisFaucher avatar May 13 '19 13:05 DennisFaucher

@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

someshium avatar Oct 14 '20 20:10 someshium

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

DennisFaucher avatar Oct 15 '20 00:10 DennisFaucher

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

saugaatallabadi avatar Aug 23 '21 16:08 saugaatallabadi