double-take icon indicating copy to clipboard operation
double-take copied to clipboard

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

Open timknowlden opened this issue 1 year ago • 1 comments

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 avatar Sep 26 '23 16:09 timknowlden

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

DieMetRik avatar Sep 29 '23 10:09 DieMetRik