You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 enoughif0<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 enoughifvideo_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
The text was updated successfully, but these errors were encountered:
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:
==> 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.1The text was updated successfully, but these errors were encountered: