Skip to content

Commit 0b5188b

Browse files
committed
small fixes
1 parent f4cd05c commit 0b5188b

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

patched_yolo_infer/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ Class implementing combining masks/boxes from multiple crops + NMS (Non-Maximum
105105
- **element_crops** (*MakeCropsDetectThem*): Object containing crop information.
106106
- **nms_threshold** (*float*): IoU/IoS threshold for non-maximum suppression.
107107
- **match_metric** (*str*): Matching metric, either 'IOU' or 'IOS'.
108-
- **intelligent_sorter** (*bool*): Enable sorting by area and rounded confidence parameter.
109-
If False, sorting will be done only by confidence (usual nms). (Dafault is True)
108+
- **intelligent_sorter** (*bool*): Enable sorting by area and rounded confidence parameter. If False, sorting will be done only by confidence (usual nms). (Dafault is True)
110109

111110

112111

@@ -138,8 +137,7 @@ Visualizes custom results of object detection or segmentation on an image.
138137
- **show_confidences** (*bool*): If true and show_class=True, confidences near class are visualized. Default is False.
139138
- **axis_off** (*bool*): If true, axis is turned off in the final visualization. Default is True.
140139
- **show_classes_list** (*list*): If empty, visualize all classes. Otherwise, visualize only classes in the list.
141-
- **return_image_array** (*bool*): If True, the function returns the image (BGR np.array) instead of displaying it.
142-
Default is False.
140+
- **return_image_array** (*bool*): If True, the function returns the image (BGR np.array) instead of displaying it. Default is False.
143141

144142

145143
Example of using:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = "\n" + fh.read()
99

1010

11-
VERSION = '1.1.2'
11+
VERSION = '1.1.3'
1212
DESCRIPTION = '''YOLO-Patch-Based-Inference for detection/segmentation of small objects in images.'''
1313

1414
setup(

0 commit comments

Comments
 (0)