Skip to content

Commit d155e5d

Browse files
Wovchenaeaidova
authored andcommitted
detr-resnet50: scores->logits
1 parent 8f6f48a commit d155e5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/public/detr-resnet50/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Expected color order is `BGR`.
6666
- `w` - width of bounding box(values are in normalized format, in range [0, 1])
6767
- `h` - height of bounding box(values are in normalized format, in range [0, 1])
6868

69-
2. Scores, name: `scores`, shape - `1, 100, 92`. Contains scores for 91 [Common Objects in Context (COCO)](https://cocodataset.org/#home) object classes. The last class is `no-object` class.
69+
2. Scores, name: `scores`, shape - `1, 100, 92`. Contains scores in logits format for 91 [Common Objects in Context (COCO)](https://cocodataset.org/#home) object classes. The last class is `no-object` class.
7070

7171
### Converted model
7272

@@ -81,7 +81,7 @@ Expected color order is `BGR`.
8181
- `w` - width of bounding box(values are in normalized format, in range [0, 1])
8282
- `h` - height of bounding box(values are in normalized format, in range [0, 1])
8383

84-
2. Scores, name: `scores`, shape - `1, 100, 92`. Contains scores for 91 [Common Objects in Context (COCO)](https://cocodataset.org/#home) object classes. The last class is `no-object` class.
84+
2. Scores, name: `scores`, shape - `1, 100, 92`. Contains scores in logits format for 91 [Common Objects in Context (COCO)](https://cocodataset.org/#home) object classes. The last class is `no-object` class.
8585

8686
## Download a Model and Convert it into OpenVINO™ IR Format
8787

0 commit comments

Comments
 (0)