Skip to content

Commit 819eeb0

Browse files
committed
addition of raster segmentation. name of the tool is subject to change
1 parent f1bb208 commit 819eeb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labelbox/schema/ontology.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ class Tool:
225225
class Type(Enum):
226226
POLYGON = "polygon"
227227
SEGMENTATION = "superpixel"
228+
RASTER_SEGMENTATION = "raster-segmentation"
228229
POINT = "point"
229230
BBOX = "rectangle"
230231
LINE = "line"

0 commit comments

Comments
 (0)