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

[BUG] most faces are not matching because under 100x100 #329

Open
timknowlden opened this issue Sep 26, 2023 · 1 comment
Open

[BUG] most faces are not matching because under 100x100 #329

timknowlden opened this issue Sep 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@timknowlden
Copy link

timknowlden commented Sep 26, 2023

Describe the bug
Detector showing red for match because most box sizes are below 100x100

Hardware
Unraid OS

Additional context
Frigate, doubletake and deepstack

Is this a frigate or doubletake config issue, how can I increase the image size and box?
1000021953

@timknowlden timknowlden added the bug Something isn't working label Sep 26, 2023
@DieMetRik
Copy link

I have the same issue with deepstack detector.
I switched to Compreface it solve issue with low % of face recognition

If you want to increase resolution of box -> increase resolution in camera settings and in Frigate detect section
frigate config file:

    detect:
      width: 1920
      height: 1080
      fps: 5

You also can decrease value in double-take config

detect:
  match:
    # minimum area in pixels to consider a result a match
    min_area: 10000 

min_area it's size of orange box in pixel: 100 * 100 = 10000
if you need 80 * 80 = 6400

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants