We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234995a commit 6ee08f3Copy full SHA for 6ee08f3
luxonis_ml/data/parsers/luxonis_parser.py
@@ -50,6 +50,8 @@ class LuxonisParser(Generic[T]):
50
DatasetType.SOLO: SOLOParser,
51
DatasetType.NATIVE: NativeParser,
52
DatasetType.YOLOV8BOUNDINGBOX: YOLOv8Parser,
53
+ DatasetType.YOLOV8INSTANCESEGMENTATION: YOLOv8Parser,
54
+ DatasetType.YOLOV8KEYPOINTS: YOLOv8Parser,
55
}
56
57
def __init__(
0 commit comments