zea.models.carotid_segmenter

Carotid segmentation model.

Original implementation of paper:

Classes

CarotidSegmenter(*args, **kwargs)

Carotid segmentation model.

class zea.models.carotid_segmenter.CarotidSegmenter(*args, **kwargs)[source]

Bases: BaseModel

Carotid segmentation model.

call(inputs)[source]

Segment the input image.

get_config()[source]

Returns the config of the object.

An object config is a Python dictionary (serializable) containing the information needed to re-instantiate it.