From 5329213d97822290f131ac00c9356037b91bb4d2 Mon Sep 17 00:00:00 2001 From: cnowacki Date: Mon, 10 Feb 2025 10:21:49 -0500 Subject: [PATCH 1/6] added description of FEED_FORWARD_BEST_DETECTION_PROP_NAMES_LIST --- docs/docs/Feed-Forward-Guide.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/docs/Feed-Forward-Guide.md b/docs/docs/Feed-Forward-Guide.md index 214b8550bb16..2b3ef1baa6dc 100644 --- a/docs/docs/Feed-Forward-Guide.md +++ b/docs/docs/Feed-Forward-Guide.md @@ -65,8 +65,8 @@ the first stage, the subsequent stages will inherit the effects of those propert # Feed Forward Properties -Components that support feed forward have two algorithm properties that control the feed forward behavior: -`FEED_FORWARD_TYPE` and `FEED_FORWARD_TOP_QUALITY_COUNT`. +Components that support feed forward have three algorithm properties that control the feed forward behavior: +`FEED_FORWARD_TYPE`, `FEED_FORWARD_TOP_QUALITY_COUNT`, and `FEED_FORWARD_BEST_DETECTION_PROP_NAMES_LIST`. `FEED_FORWARD_TYPE` can be set to the following values: @@ -96,6 +96,14 @@ the [Quality Selection Guide](Quality-Selection-Guide/index.html). If the track of the detections in the track will be processed. If one or more detections have the same quality value, then the detection(s) with the lower frame index take precedence. +`FEED_FORWARD_BEST_DETECTION_PROP_NAMES_LIST` allows you to include detections based on properties in addition to those +from the `QUALITY_SELECTION_PROPERTY`. To do this, you need to set the property `BEST_DETECTION_PROPERTY_NAME_LIST` in the +previous stage of processing. This property is a string composed of a semi-colon separated list of detection properties. +For example, if you want to use something other than `CONFIDENCE` for the `QUALITY_SELECTION_PROPERTY`, but you also want +to include the detection with the highest confidence in your feed-forward track, then you can set the +`BEST_DETECTION_PROPERTY_NAME_LIST` property to `"CONFIDENCE"` in the first stage, and then set the +`FEED_FORWARD_BEST_DETECTION_PROP_NAMES_LIST` property to `"BEST_CONFIDENCE"`. + # Superset Region From a68655c8e0801675b866dcd1fc5d5f14291a99be Mon Sep 17 00:00:00 2001 From: cnowacki Date: Mon, 10 Feb 2025 10:23:22 -0500 Subject: [PATCH 2/6] built the docs --- docs/site/Feed-Forward-Guide/index.html | 11 ++++- docs/site/index.html | 2 +- docs/site/search/search_index.json | 8 ++-- docs/site/sitemap.xml | 60 ++++++++++++------------- 4 files changed, 44 insertions(+), 37 deletions(-) diff --git a/docs/site/Feed-Forward-Guide/index.html b/docs/site/Feed-Forward-Guide/index.html index 133dc0a59588..9018077d13c2 100644 --- a/docs/site/Feed-Forward-Guide/index.html +++ b/docs/site/Feed-Forward-Guide/index.html @@ -324,8 +324,8 @@

First Stage and Combining Properti stage to use feed forward. Because only the frames with detections, and those detection regions, are passed forward from the first stage, the subsequent stages will inherit the effects of those properties set on the first stage.

Feed Forward Properties

-

Components that support feed forward have two algorithm properties that control the feed forward behavior: -FEED_FORWARD_TYPE and FEED_FORWARD_TOP_QUALITY_COUNT.

+

Components that support feed forward have three algorithm properties that control the feed forward behavior: +FEED_FORWARD_TYPE, FEED_FORWARD_TOP_QUALITY_COUNT, and FEED_FORWARD_BEST_DETECTION_PROP_NAMES_LIST.

FEED_FORWARD_TYPE can be set to the following values: