Skip to content

Commit c0d0a5a

Browse files
committed
adding new project types to enums to support back-serialization, other features might not work
1 parent 4ff7e62 commit c0d0a5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/superannotate/lib/core/enums.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ class ProjectType(BaseTitledEnum):
7777
PIXEL = "Pixel", 2
7878
VIDEO = "Video", 3
7979
DOCUMENT = "Document", 4
80+
TILED = "Tiled", 5
81+
CLASSIFICATION = "Classification", 6
82+
POINT_CLOUD = "Point Cloud", 7
83+
84+
8085

8186
@classproperty
8287
def images(self):

0 commit comments

Comments
 (0)