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

Face detection always timeout #956

Open
einsteinarbert opened this issue Sep 13, 2024 · 0 comments
Open

Face detection always timeout #956

einsteinarbert opened this issue Sep 13, 2024 · 0 comments

Comments

@einsteinarbert
Copy link

Please describe the issue in as much detail as possible, including any errors and traces.
If your issue is a camera issue, be sure to also post the image generated by running sudo howdy snapshot.

I am tracing and see that line always false:
compare.py:

		# Check if a match that's confident enough
		if 0 < match < video_certainty:

I don't know why because sudo howdy test return good detect when red circle drawing on my face
SO, I fixed this code by hot fix into /lib/security/howdy/compare.py:

		# Check if a match that's confident enough
		if video_certainty <= match:

==> It worked perfect.

I've searched for similar issues already, and my issue has not been reported yet.

Linux distribution (if applicable):
ubuntu 24.04
Howdy version (sudo howdy version): Howdy 2.6.1

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

1 participant