observations icon indicating copy to clipboard operation
observations copied to clipboard

No module named 'label_detect'

Open Ayaz3747 opened this issue 4 years ago • 1 comments

While executing webcam.py , I encoutered following error:

_**_ModuleNotFoundError Traceback (most recent call last)

in () 5 from pygame import mixer 6 import time ----> 7 from label_detect import classify_face 8 9

ModuleNotFoundError: No module named 'label_detect'**

I am using google colab with GPU. Thanks in advance!

Ayaz3747 avatar May 27 '20 15:05 Ayaz3747

you need to upload mask_classifier/label_detect.py file into Google Colab notebook.

abx393 avatar Sep 13 '20 05:09 abx393