lazyslide.models.style_transfer.ROSIE

lazyslide.models.style_transfer.ROSIE#

class ROSIE(model_path=None, token=None)#

Bases: StyleTransferModel

GitHub Paper Params: 50M FLOPs: 17.37G CC-BY-NC-4.0 [Wu et al., 2025] AI generation of multiplex immunofluorescence staining from histopathology images

check_input_tile(mpp, size_x=None, size_y=None)#

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.