From 9ede8e06fa3620c8680c567925717dddf4ac36ca Mon Sep 17 00:00:00 2001 From: Fredrik Svensson Date: Fri, 5 Feb 2021 10:51:44 +0100 Subject: [PATCH 1/2] Clarify class likelihood. * Range is [0..1]. * Remove requirement that sum shall be <= 1. * Update example. Change-Id: Ie0574ad87e2d6924c5c335e5b18ba20fb8026a6b --- doc/Analytics.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/Analytics.xml b/doc/Analytics.xml index 6af9a5473..9566c704a 100644 --- a/doc/Analytics.xml +++ b/doc/Analytics.xml @@ -888,7 +888,7 @@
Object Class descriptor - A Class Descriptor is defined as an optional element of the appearance node of an abject node. The class descriptor is defined by a list of object classes together with a likelihood that the corresponding object belongs to this class. The sum of the likelihoods shall not exceed 1. + A Class Descriptor is defined as an optional element of the appearance node of an object node. The class descriptor is defined by a list of object classes together with ikelihood that the corresponding object belongs to this class. The range of likelihood is [0..1]. The following example shows an object metadata sample that contains object class information about a detected object: @@ -904,6 +904,12 @@ Vehicle + + Car + + + Truck + From 688b2dc441ba19be8013d6cb9ea9658e06e9aa05 Mon Sep 17 00:00:00 2001 From: Fredrik Svensson Date: Fri, 5 Feb 2021 10:59:17 +0100 Subject: [PATCH 2/2] Typo Change-Id: I1adb70934a52a318db3772ee0d9af4648f16ce89 --- doc/Analytics.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Analytics.xml b/doc/Analytics.xml index 9566c704a..d52f5fa22 100644 --- a/doc/Analytics.xml +++ b/doc/Analytics.xml @@ -888,7 +888,7 @@
Object Class descriptor - A Class Descriptor is defined as an optional element of the appearance node of an object node. The class descriptor is defined by a list of object classes together with ikelihood that the corresponding object belongs to this class. The range of likelihood is [0..1]. + A Class Descriptor is defined as an optional element of the appearance node of an object node. The class descriptor is defined by a list of object classes together with a likelihood that the corresponding object belongs to this class. The range of likelihood is [0..1]. The following example shows an object metadata sample that contains object class information about a detected object: