Skip to content

Commit 0d1bf6b

Browse files
Updated README.md
1 parent ebb83e0 commit 0d1bf6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ Inside each subfolder there should be a:
151151
```json
152152
{
153153
"inference_engine_name": "tensorflow_detection",
154-
"confidence": <between_0_and_100>,
155-
"predictions": <positive_number>,
156-
"number_of_classes": <number_of_classes>,
154+
"confidence": 60,
155+
"predictions": 15,
156+
"number_of_classes": 2,
157157
"framework": "tensorflow",
158158
"type": "detection",
159159
"network": "inception"

0 commit comments

Comments
 (0)