#Frigate MQTT object detection threshold

1 messages · Page 1 of 1 (latest)

lapis reef
#

Hi, I took Frigate plus in use, and fine tuned the thresholds and min_score value for the objects I have.

I'm catching the last detected objects from the MQTT for HA dashboard and now noticed that they do not obey the object filter thresholds which are set.

For example for person I have following config set

objects:
  filters:
    person:
      min_score: .75
      threshold: .85

still I see attached image (person with 76% probability) in HA.

When I go to Frigate, such clip is not available there, hence it is filtered out correctly.

Is it safe to increase the min_score value up to threshold value, and why there even are two different values?

Thanks.

Edit: I'm using 0.16-beta3

#

Maybe I would not like to change those configured values, but is there separate filtering for MQTT?

stray burrow
lapis reef
#

Just to share the discussion here in case anybody else wonders the same.