Skip to content

Commit 5b7095e

Browse files
Update README.md
1 parent 75e45d4 commit 5b7095e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ vocloaded = YOLO.load(voc, settings, indexes = [100])
2323
res = model(vocloaded.imstack_mat);
2424

2525
#Convert the output into readable predictions
26-
predictions = YOLO.postprocess(res, settings, conf_thresh = 0.3, iou_thresh = 0.3
26+
predictions = YOLO.postprocess(res, settings, conf_thresh = 0.3, iou_thresh = 0.3)
2727
```
2828

2929
### Rendering results

0 commit comments

Comments
 (0)