Skip to content

Commit 9e7b6b8

Browse files
authored
Merge pull request #542 from superannotateai/new_project_types_semi_support
adding new project types to enums to support back-serialization, othe…
2 parents 996a34f + c0d0a5a commit 9e7b6b8

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)