We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb83e0 commit 0d1bf6bCopy full SHA for 0d1bf6b
1 file changed
README.md
@@ -151,9 +151,9 @@ Inside each subfolder there should be a:
151
```json
152
{
153
"inference_engine_name": "tensorflow_detection",
154
- "confidence": <between_0_and_100>,
155
- "predictions": <positive_number>,
156
- "number_of_classes": <number_of_classes>,
+ "confidence": 60,
+ "predictions": 15,
+ "number_of_classes": 2,
157
"framework": "tensorflow",
158
"type": "detection",
159
"network": "inception"
0 commit comments