Skip to content

Commit

Permalink
v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Koldim2001 committed Mar 21, 2024
1 parent 970a8a8 commit c65651c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion patched_yolo_infer/functions_extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def visualize_results_usual_yolo_inference(
mask_contours, _ = cv2.findContours(
mask_resized.astype(np.uint8), cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE
)

if fill_mask:
color_mask = np.zeros_like(img)
color_mask[mask_resized > 0] = color
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = "\n" + fh.read()


VERSION = '1.0.5'
VERSION = '1.1.0'
DESCRIPTION = '''YOLO-Patch-Based-Inference for detection/segmentation of small objects in images.'''

setup(
Expand Down Expand Up @@ -39,16 +39,16 @@
"instance segmentation",
"patch-based inference",
"small object detection",
"yolov8-seg"
"image patching"
"yolo visualization"
"yolov8-seg",
"image patching",
"yolo visualization",
"slice-based inference",
"slicing inference",
"inference visualization",
"patchify",
],
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit c65651c

Please sign in to comment.