Skip to content

Commit 970a8a8

Browse files
committed
v1.0.5 release
1 parent d3095c7 commit 970a8a8

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
@@ -101,8 +101,7 @@ Class implementing combining masks/boxes from multiple crops + NMS (Non-Maximum
101101
- **element_crops** (*MakeCropsDetectThem*): Object containing crop information.
102102
- **nms_threshold** (*float*): IoU/IoS threshold for non-maximum suppression.
103103
- **match_metric** (*str*): Matching metric, either 'IOU' or 'IOS'.
104-
- **intelligent_sorter** (*bool*): Enable sorting by area and rounded confidence parameter.
105-
If False, sorting will be done only by confidence (usual nms). (Dafault is False)
104+
- **intelligent_sorter** (*bool*): Enable sorting by area and rounded confidence parameter. If False, sorting will be done only by confidence (usual nms). (Dafault is False)
106105

107106
---
108107
### 2. Custom inference visualization:
@@ -131,8 +130,7 @@ Visualizes custom results of object detection or segmentation on an image.
131130
- **show_confidences** (*bool*): If true and show_class=True, confidences near class are visualized. Default is False.
132131
- **axis_off** (*bool*): If true, axis is turned off in the final visualization. Default is True.
133132
- **show_classes_list** (*list*): If empty, visualize all classes. Otherwise, visualize only classes in the list.
134-
- **return_image_array** (*bool*): If True, the function returns the image (BGR np.array) instead of displaying it.
135-
Default is False.
133+
- **return_image_array** (*bool*): If True, the function returns the image (BGR np.array) instead of displaying it. Default is False.
136134

137135

138136
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.0.4'
11+
VERSION = '1.0.5'
1212
DESCRIPTION = '''YOLO-Patch-Based-Inference for detection/segmentation of small objects in images.'''
1313

1414
setup(

0 commit comments

Comments
 (0)