File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ def visualize_results_usual_yolo_inference(
121
121
mask_contours , _ = cv2 .findContours (
122
122
mask_resized .astype (np .uint8 ), cv2 .RETR_EXTERNAL , cv2 .CHAIN_APPROX_SIMPLE
123
123
)
124
-
124
+
125
125
if fill_mask :
126
126
color_mask = np .zeros_like (img )
127
127
color_mask [mask_resized > 0 ] = color
Original file line number Diff line number Diff line change 8
8
long_description = "\n " + fh .read ()
9
9
10
10
11
- VERSION = '1.0.5 '
11
+ VERSION = '1.1.0 '
12
12
DESCRIPTION = '''YOLO-Patch-Based-Inference for detection/segmentation of small objects in images.'''
13
13
14
14
setup (
39
39
"instance segmentation" ,
40
40
"patch-based inference" ,
41
41
"small object detection" ,
42
- "yolov8-seg"
43
- "image patching"
44
- "yolo visualization"
42
+ "yolov8-seg" ,
43
+ "image patching" ,
44
+ "yolo visualization" ,
45
45
"slice-based inference" ,
46
46
"slicing inference" ,
47
47
"inference visualization" ,
48
48
"patchify" ,
49
49
],
50
50
classifiers = [
51
- "Development Status :: 4 - Beta " ,
51
+ "Development Status :: 5 - Production/Stable " ,
52
52
"Intended Audience :: Developers" ,
53
53
"Programming Language :: Python :: 3" ,
54
54
"License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments