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

Feature/live face detection webcam #154

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

matyig
Copy link

@matyig matyig commented Oct 13, 2021

Issue Number

ISSUE #

Describe the changes you've made

I implemented the real time face mask detection with webcam. For this I had to performed some refactoring first to get a more clear code. Furthermore, I downgraded the tensorflow to 2.3.0 for getting GPU support on Ubuntu 20.04 LTS.

Describe if there is any unusual behavior of your code(Write NA if there isn't)

The real time face mask detection is working, but it seems to be unstable.

Additional context (OPTIONAL)

Test plan (OPTIONAL)

Checklist

  • My code follows the code style of this project.
  • I have performed a self-review of my own code.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • The title of my pull request is a short description of the requested changes.

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

Successfully merging this pull request may close these issues.

None yet

1 participant