Skip to content

Commit

Permalink
yolov9-seg example
Browse files Browse the repository at this point in the history
  • Loading branch information
Koldim2001 committed Apr 27, 2024
1 parent 5d9c4c7 commit 961d5b6
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 44 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.

**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.
**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.

## Installation
You can install the library via pip:
Expand Down
97 changes: 54 additions & 43 deletions examples/example_patch_based_inference.ipynb

Large diffs are not rendered by default.

0 comments on commit 961d5b6

Please sign in to comment.