Skip to content

Commit d6471bf

Browse files
committed
pypi update
1 parent cf2ef85 commit d6471bf

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

patched_yolo_infer/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ This library facilitates various visualizations of inference results from ultral
44

55
**Model Support**: The library offers support for multiple ultralytics deep learning models, such as YOLOv8, YOLOv9, SAM, and RTDETR. Users can select from pre-trained options or utilize custom-trained models to best meet their task requirements.
66

7-
---
8-
9-
__Instance segmentation example with Patch-Based-Inference:__
10-
11-
![segmentation](https://github.com/Koldim2001/YOLO-Patch-Based-Inference/blob/main/readme_content/best_segment_example.png)
127

138
## Installation
149
You can install the library via pip:

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = "\n" + fh.read()
99

1010

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

1414
setup(
@@ -47,13 +47,12 @@
4747
"inference visualization",
4848
"patchify",
4949
"ultralytics",
50-
"SAHI",
5150
],
5251
classifiers=[
5352
"Development Status :: 5 - Production/Stable",
5453
"Intended Audience :: Developers",
5554
"Programming Language :: Python :: 3",
56-
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) (AGPL-3.0)",
55+
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
5756
"Operating System :: OS Independent",
5857
],
5958
)

0 commit comments

Comments
 (0)