You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: patched_yolo_infer/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ __Check this Colab examples:__
27
27
28
28
Patch-Based-Inference Example - [**Open in Colab**](https://colab.research.google.com/drive/1XCpIYLMFEmGSO0XCOkSD7CcD9SFHSJPA?usp=sharing)
29
29
30
-
Example of using various functions for visualizing basic YOLOv8/v9 inference results - [**Open in Colab**](https://colab.research.google.com/drive/1eM4o1e0AUQrS1mLDpcgK9HKInWEvnaMn?usp=sharing)
30
+
Example of using various functions for visualizing basic YOLO inference results - [**Open in Colab**](https://colab.research.google.com/drive/1eM4o1e0AUQrS1mLDpcgK9HKInWEvnaMn?usp=sharing)
31
31
32
32
33
33
## Usage
@@ -89,9 +89,9 @@ Class implementing cropping and passing crops through a neural network for detec
89
89
-**model** (*ultralytics model*) Pre-initialized model object. If provided, the model will be used directly instead of loading from model_path.
90
90
-**imgsz** (*int*): Size of the input image for inference YOLO.
91
91
-**conf** (*float*): Confidence threshold for detections YOLO.
92
-
-**iou** (*float*): IoU threshold for non-maximum suppression YOLOv8 of single crop.
92
+
-**iou** (*float*): IoU threshold for non-maximum suppression YOLO of single crop.
93
93
-**classes_list** (*List[int] or None*): List of classes to filter detections. If None, all classes are considered. Defaults to None.
94
-
-**segment** (*bool*): Whether to perform segmentation (YOLOv8-seg).
94
+
-**segment** (*bool*): Whether to perform segmentation (YOLO-seg).
95
95
-**shape_x** (*int*): Size of the crop in the x-coordinate.
96
96
-**shape_y** (*int*): Size of the crop in the y-coordinate.
97
97
-**overlap_x** (*float*): Percentage of overlap along the x-axis.
0 commit comments