Skip to content
New issue

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

No module named 'label_detect' #6

Open
Ayaz3747 opened this issue May 27, 2020 · 1 comment
Open

No module named 'label_detect' #6

Ayaz3747 opened this issue May 27, 2020 · 1 comment

Comments

@Ayaz3747
Copy link

Ayaz3747 commented May 27, 2020

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!

@abx393
Copy link

abx393 commented Sep 13, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants