ProjectType

class ProjectType(*values)[source]

Bases: StrEnum

Enumerates supported Supervisely project types (images, videos, volumes, point clouds, episodes).

Methods

has_value

Check if a value is in the enum.

values

Get all values of the enum.

Attributes

IMAGES

VIDEOS

VOLUMES

POINT_CLOUDS

POINT_CLOUD_EPISODES

classmethod has_value(value)

Check if a value is in the enum.

Parameters:
value : str

Value to check.

Returns:

True if value is in the enum, False otherwise.

Return type:

bool

classmethod values()

Get all values of the enum.