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

Delay and generation of multiple box when mask detection process is used in a system with thread process #136

Open
Mikaelluc opened this issue Aug 18, 2021 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Mikaelluc
Copy link

I'm writing a system to manage multiple cameras on a screen and process each frame detecting missing masks. For that, I use the face detection code from @chandrikadeb7 processing each camera in separated threads. But, when I access the class to make the detections at some point receive an empty frame and crash the process. I put a try-except, as in the first image below, to not crash the whole process and after that, a bunch of random boxes is drawn in the frame, as you can see in the second image below. If someone could help me I'll thank you a lot.

image

image

@github-actions
Copy link

Hello @Mikaelluc, Thank you for generating an issue to this project! Please wait while we get back to you.

@chandrikadeb7 chandrikadeb7 added bug Something isn't working help wanted Extra attention is needed labels Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants