Skip to content

Commit 961d5b6

Browse files
committed
yolov9-seg example
1 parent 5d9c4c7 commit 961d5b6

File tree

2 files changed

+55
-44
lines changed

2 files changed

+55
-44
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
**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.
5+
**Model Support**: The library offers support for multiple ultralytics deep learning models, such as YOLOv8, YOLOv8-seg, YOLOv9, YOLOv9-seg, FastSAM, and RTDETR. Users can select from pre-trained options or utilize custom-trained models to best meet their task requirements.
66

77
## Installation
88
You can install the library via pip:

examples/example_patch_based_inference.ipynb

Lines changed: 54 additions & 43 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)