Inferer

class stroke_segmentor.inferer.Inferer(force_cpu: bool = False)

Bases: object

Handles inference for stroke segmentation using DWI and ADC images. This class wraps a model handler to perform inference on given images and can optionally save the resulting segmentation mask to disk.

infer(**kwargs)