We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e45d4 commit 5b7095eCopy full SHA for 5b7095e
README.md
@@ -23,7 +23,7 @@ vocloaded = YOLO.load(voc, settings, indexes = [100])
23
res = model(vocloaded.imstack_mat);
24
25
#Convert the output into readable predictions
26
-predictions = YOLO.postprocess(res, settings, conf_thresh = 0.3, iou_thresh = 0.3
+predictions = YOLO.postprocess(res, settings, conf_thresh = 0.3, iou_thresh = 0.3)
27
```
28
29
### Rendering results
0 commit comments