Skip to content

Commit 95f18ff

Browse files
committed
new example
1 parent d690e59 commit 95f18ff

2 files changed

Lines changed: 269 additions & 6 deletions

File tree

examples/example_patch_based_inference.ipynb

Lines changed: 268 additions & 5 deletions
Large diffs are not rendered by default.

patched_yolo_infer/nodes/CombineDetections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class CombineDetections:
1717
intelligent_sorter (bool): Enable sorting by area and rounded confidence parameter.
1818
If False, sorting will be done only by confidence (usual nms). Dafault is True.
1919
sorter_bins (int): Number of bins to use for intelligent_sorter. A smaller number of bins makes
20-
the NMS more reliant on object sizes rather than confidence scores. Defaults to 10.
20+
the NMS more reliant on object sizes rather than confidence scores. Defaults to 5.
2121
2222
Attributes:
2323
class_names (dict): Dictionary containing class names of yolo model.

0 commit comments

Comments
 (0)