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 8d096e4 commit 4db70b4Copy full SHA for 4db70b4
label_studio_ml/examples/yolo/README.md
@@ -68,7 +68,7 @@ For a more detailed table of contents, you can use GitHub's native menu located
68
| Object Detection | `<RectangleLabels>` | ✅ | YOLO, COCO | YOLO, COCO |
69
| Oriented Bounding Boxes (OBB) | `<RectangleLabels model_obb="true">` | ✅ | YOLO | YOLO |
70
| Image Instance Segmentation: Polygons | `<PolygonLabels>` | ✅ | COCO | YOLO, COCO |
71
-| Image Semantic Segmentation: Masks | `<BrushLabels>` | ❌ | Native | Native |
+| Image Semantic Segmentation: Masks | `<BrushLabels>` | ❌ | Native | COCO (as polygons) |
72
| Image Classification | `<Choices>` | ✅ | Native | Native |
73
| Pose Detection | `<KeyPoints>` | ✅ | Native | Native |
74
| Video Object Tracking | `<VideoRectangle>` | ✅ | Native | Native |
0 commit comments