Skip to content

Commit 13e0aeb

Browse files
authored
Update README.md
1 parent 49dcae5 commit 13e0aeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

patched_yolo_infer/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](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.
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, YOLO11, YOLO11-seg, FastSAM, and RTDETR. Users can select from pre-trained options or utilize custom-trained models to best meet their task requirements.
88

99

1010
## Installation
@@ -222,4 +222,4 @@ img = cv2.imread(img_path)
222222
shape_x, shape_y, overlap_x, overlap_y = auto_calculate_crop_values(
223223
image=img, mode="network_based", model=YOLO("yolov8m.pt")
224224
)
225-
```
225+
```

0 commit comments

Comments
 (0)