Skip to content

Commit 466a747

Browse files
committed
yolov8 boundingbox defaults to yolov8
1 parent 6aff924 commit 466a747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luxonis_ml/enums/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ class DatasetType(str, Enum):
1313
SEGMASK = "segmask"
1414
SOLO = "solo"
1515
NATIVE = "native"
16-
YOLOV8BOUNDINGBOX = "yolov8boundingbox"
16+
YOLOV8BOUNDINGBOX = "yolov8"
1717
YOLOV8INSTANCESEGMENTATION = "yolov8instancesegmentation"
1818
YOLOV8KEYPOINTS = "yolov8keypoints"

0 commit comments

Comments
 (0)