File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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. |
You can’t perform that action at this time.
0 commit comments