From 964e23df6c440fc4c4cda7304aabb87662cfa3a3 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 17 Dec 2025 08:36:59 -0600 Subject: [PATCH] add note about sub label object classification with person --- .../custom_classification/object_classification.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/configuration/custom_classification/object_classification.md b/docs/docs/configuration/custom_classification/object_classification.md index f94e5e0ec..2fdde0d26 100644 --- a/docs/docs/configuration/custom_classification/object_classification.md +++ b/docs/docs/configuration/custom_classification/object_classification.md @@ -35,6 +35,12 @@ For object classification: - Ideal when multiple attributes can coexist independently. - Example: Detecting if a `person` in a construction yard is wearing a helmet or not. +:::note + +A tracked object can only have a single sub label. If you are using Face Recognition and you configure an object classification model for `person` using the sub label type, your sub label may not be assigned correctly as it depends on which enrichment completes its analysis first. Consider using the `attribute` type instead. + +::: + ## Assignment Requirements Sub labels and attributes are only assigned when both conditions are met: