Skip to content

Commit 5eb237c

Browse files
committed
tracking object position
1 parent a9644d3 commit 5eb237c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

md-docs/user_guide/monitoring/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ This table is subject to changes, as new metrics will be added in the future.
125125
| QUANTITY PER OBJECT TYPE | Number of identified objects for each type in the image. | PREDICTION | When Task Type is Object Detection or Semantic Segmentation | A one dimension integer array. | One metric for each output label |
126126
| TOTAL OBJECTS | Total number of identified objects independently from the object type. | PREDICTION | When Task Type is Object Detection or Semantic Segmentation | An integer value. | |
127127
| OBJECT TYPES COUNT | Number of different object types identified in the image. It differs from the other because it only counts the number of different labels and not the number of objects per labels or objects in total. | PREDICTION | When Task Type is Object Detection or Semantic Segmentation | An integer value. | |
128+
| TRACKING OBJECT POSITION | Array composed of distance, sine and cosine of the angle between the center of the image and the center of the polygon or bounding box | PREDICTION | When Task Type is Object Detection or Semantic Segmentation | An one dimensional array. | |
128129
| MODEL ENTROPY | Uncertainty of the model predicting objects in the images | PREDICTION PROBABILITY | When Task Type is Object Detection or Semantic Segmentation | A floating point value. | |
129130

130131

0 commit comments

Comments
 (0)