We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
you need to upload mask_classifier/label_detect.py file into Google Colab notebook.
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: