Skip to content

Commit fc204d3

Browse files
authored
Merge pull request #541 from Labelbox/jt/al-1908
[AL-1908] Raster-Segmentation for Video/Dicom
2 parents f1bb208 + 819eeb0 commit fc204d3

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)