I get AttributeError: 'InferManager' object has no attribute 'base_mag' triggered by the below line. The self.base_mag attribute does not seem to be assigned anywhere, so I don't think this issue requires reproducible example code. Happy to provide some more context if required, though!
I get
AttributeError: 'InferManager' object has no attribute 'base_mag'
triggered by the below line. Theself.base_mag
attribute does not seem to be assigned anywhere, so I don't think this issue requires reproducible example code. Happy to provide some more context if required, though!https://github.com/TissueImageAnalytics/cerberus/blob/445837633c83174fea21adaca3cc1eddef0acdee/infer/wsi.py#L527