Skip to content

Commit aacb7df

Browse files
committed
new example
1 parent 9e6e6d7 commit aacb7df

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

patched_yolo_infer/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# YOLO-Patch-Based-Inference
22

3-
This library facilitates various visualizations of inference results from ultralytics segmentation/detection models, including cropping with overlays, as well as **a patch-based inference algorithm enabling the detection of small objects in images**. It caters to both object detection and instance segmentation tasks.
3+
This library facilitates various visualizations of inference results from ultralytics segmentation/detection models, including cropping with overlays, as well as **a patch-based inference algorithm enabling the detection/instance segmentation of small objects in images**.
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.
6+
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)
12+
613
## Installation
714
You can install the library via pip:
815

1.1 MB
Loading

0 commit comments

Comments
 (0)