lazyslide.models.segmentation.HistoPLUS

lazyslide.models.segmentation.HistoPLUS#

class HistoPLUS(tile_size=840, magnification='20x', model_path=None, token=None)#

Bases: SegmentationModel

🤗Hugging Face GitHub Paper Params: 47.9M CC-BY-NC-ND-4.0 [Adjadj et al., 2025] Towards Comprehensive Cellular Characterisation of H&E slides

classmethod check_input_tile(tile_spec)#

A helper function to check if the input tile size is valid.

Return True if the input tile size is valid. And the model will be executed. Add a warning here if the input is not optimal but still can be executed.