Skip to content

Commit 9624bca

Browse files
authored
Update README.md
1 parent 9db2d94 commit 9624bca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This Python library simplifies SAHI-like inference for instance segmentation tas
44

55
The library also provides a sleek customization of the visualization of the inference results for all models, both in the standard approach (direct network run) and the unique patch-based variant.
66

7-
**Model Support**: The library offers support for multiple ultralytics deep learning models, such as YOLOv8, YOLOv8-seg, YOLOv9, YOLOv9-seg, YOLOv10, FastSAM, and RTDETR. Users can select from pre-trained options or utilize custom-trained models to best meet their task requirements.
7+
**Model Support**: The library offers support for multiple ultralytics deep learning [models](https://docs.ultralytics.com/models/), such as YOLOv8, YOLOv8-seg, YOLOv9, YOLOv9-seg, YOLOv10, FastSAM, and RTDETR. Users can select from pre-trained options or utilize custom-trained models to best meet their task requirements.
88

99
## Installation
1010
You can install the library via pip:
@@ -220,7 +220,7 @@ classes_ids=result.filtered_classes_id
220220
classes_names=result.filtered_classes_names
221221
```
222222

223-
An example of working with this mode is presented in Google Color notebook - [![Open In Colab][colab_badge]][colab_ex1_memory_optimize]
223+
An example of working with this mode is presented in Google Colab notebook - [![Open In Colab][colab_badge]][colab_ex1_memory_optimize]
224224

225225
[nb_example1]: https://nbviewer.org/github/Koldim2001/YOLO-Patch-Based-Inference/blob/main/examples/example_patch_based_inference.ipynb
226226
[colab_badge]: https://colab.research.google.com/assets/colab-badge.svg

0 commit comments

Comments
 (0)