From 11babb9509c55835d5ea4c5a2cbce2fff101c7da Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 8 Jun 2024 09:00:24 -0600 Subject: [PATCH] Remove mention of recordings timeline object debugging (#11820) --- docs/docs/configuration/object_filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/object_filters.md b/docs/docs/configuration/object_filters.md index 5ffb205d0..3339df904 100644 --- a/docs/docs/configuration/object_filters.md +++ b/docs/docs/configuration/object_filters.md @@ -36,7 +36,7 @@ False positives can also be reduced by filtering a detection based on its shape. ### Object Area -`min_area` and `max_area` filter on the area of an objects bounding box in pixels and can be used to reduce false positives that are outside the range of expected sizes. For example when a leaf is detected as a dog or when a large tree is detected as a person, these can be reduced by adding a `min_area` / `max_area` filter. The recordings timeline can be used to determine the area of the bounding box in that frame by selecting a timeline item then mousing over or tapping the red box. +`min_area` and `max_area` filter on the area of an objects bounding box in pixels and can be used to reduce false positives that are outside the range of expected sizes. For example when a leaf is detected as a dog or when a large tree is detected as a person, these can be reduced by adding a `min_area` / `max_area` filter. ### Object Proportions