Skip to content

Commit 2cf3db2

Browse files
Update README.md
1 parent 153b41f commit 2cf3db2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ Inside each subfolder there should be a:
151151
```json
152152
{
153153
"inference_engine_name": "yolov3_opencv_cpu_detection",
154-
"confidence": <between_0_and_100>,
155-
"nms_threshold": <between_0_and_1>,
154+
"confidence": 60,
155+
"nms_threshold": 0.6,
156156
"image": {
157157
"width": 416,
158158
"height": 416,

0 commit comments

Comments
 (0)