Projects:
Bases: object
object
Perform instance segmentation on images.
Initialize the model.
config (dict) – Configuration dict.
Perform instance segmentation on an image.
image (toolbox.Structures.Image) – An Image object.
InstanceSegmentation objects.
List[DataModels.InstanceSegmentation]
Bases: ApiBase
ApiBase
Initialize the API.
base_dm (Optional[Type, optional) – Data model class that will be sent. Defaults to None.
Bases: DemoBase
DemoBase
Initialize the demo.