Skip to content

Commit 5e12569

Browse files
committed
small fix in docs
1 parent 8989846 commit 5e12569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Class implementing cropping and passing crops through a neural network for detec
112112
| conf | float | 0.5 | Confidence threshold for detections YOLO. |
113113
| iou | float | 0.7 | IoU threshold for non-maximum suppression YOLOv8 of single crop. |
114114
| classes_list | List[int] or None | None | List of classes to filter detections. If None, all classes are considered. |
115-
| segment | bool | False | Whether to perform segmentation (YOLOv8-seg). |
115+
| segment | bool | False | Whether to perform segmentation (if the model supports it). |
116116
| shape_x | int | 700 | Size of the crop in the x-coordinate. |
117117
| shape_y | int | 600 | Size of the crop in the y-coordinate. |
118118
| overlap_x | float | 25 | Percentage of overlap along the x-axis. |

0 commit comments

Comments
 (0)