We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: