forked from Github/frigate
Fixed incorrect label link (#10342)
This commit is contained in:
@@ -27,7 +27,7 @@ Motion masks prevent detection of [motion](#motion) in masked areas from trigger
|
|||||||
|
|
||||||
### Object Mask
|
### Object Mask
|
||||||
|
|
||||||
Object filter masks drop any bounding boxes where the bottom center (overlap doesn't matter) is in the masked area. It forces them to be considered a [false positive](#false_positive) so that they are ignored.
|
Object filter masks drop any bounding boxes where the bottom center (overlap doesn't matter) is in the masked area. It forces them to be considered a [false positive](#false-positive) so that they are ignored.
|
||||||
|
|
||||||
## Min Score
|
## Min Score
|
||||||
|
|
||||||
@@ -55,4 +55,4 @@ The top score for an object is the highest median score for an object.
|
|||||||
|
|
||||||
## Zone
|
## Zone
|
||||||
|
|
||||||
Zones are areas of interest, zones can be used for notifications and for limiting the areas where Frigate will create an [event](#event). [See the zone docs for more info](/configuration/zones)
|
Zones are areas of interest, zones can be used for notifications and for limiting the areas where Frigate will create an [event](#event). [See the zone docs for more info](/configuration/zones)
|
||||||
|
|||||||
Reference in New Issue
Block a user