Skip to content

Commit 956f45e

Browse files
author
Roman Donchenko
authored
Merge pull request openvinotoolkit#1224 from Aya-ZIbra/patch-1
Update face-detection-adas-0001.md
2 parents 82a92d6 + c5d74a5 commit 956f45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/intel/face-detection-adas-0001/description/face-detection-adas-0001.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Name: `input`, shape: [1x3x384x672] - An input image in the format [BxCxHxW],
4444
## Outputs
4545

4646
The net outputs blob with shape: [1, 1, N, 7], where N is the number of detected
47-
bounding boxes. Each detection has the format
47+
bounding boxes. The results are sorted by confidence in decreasing order. Each detection has the format
4848
[`image_id`, `label`, `conf`, `x_min`, `y_min`, `x_max`, `y_max`], where:
4949
- `image_id` - ID of the image in the batch
5050
- `label` - predicted class ID

0 commit comments

Comments
 (0)