Skip to content

Commit c5d74a5

Browse files
snosov1Aya-ZIbra
authored andcommitted
Update models/intel/face-detection-adas-0001/description/face-detection-adas-0001.md
1 parent c004a46 commit c5d74a5

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

Lines changed: 1 addition & 1 deletion
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)