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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: