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(
121121 mask_contours , _ = cv2 .findContours (
122122 mask_resized .astype (np .uint8 ), cv2 .RETR_EXTERNAL , cv2 .CHAIN_APPROX_SIMPLE
123123 )
124-
124+
125125 if fill_mask :
126126 color_mask = np .zeros_like (img )
127127 color_mask [mask_resized > 0 ] = color
Original file line number Diff line number Diff line change 88 long_description = "\n " + fh .read ()
99
1010
11- VERSION = '1.0.5 '
11+ VERSION = '1.1.0 '
1212DESCRIPTION = '''YOLO-Patch-Based-Inference for detection/segmentation of small objects in images.'''
1313
1414setup (
3939 "instance segmentation" ,
4040 "patch-based inference" ,
4141 "small object detection" ,
42- "yolov8-seg"
43- "image patching"
44- "yolo visualization"
42+ "yolov8-seg" ,
43+ "image patching" ,
44+ "yolo visualization" ,
4545 "slice-based inference" ,
4646 "slicing inference" ,
4747 "inference visualization" ,
4848 "patchify" ,
4949 ],
5050 classifiers = [
51- "Development Status :: 4 - Beta " ,
51+ "Development Status :: 5 - Production/Stable " ,
5252 "Intended Audience :: Developers" ,
5353 "Programming Language :: Python :: 3" ,
5454 "License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments