EIDOSLAB / torchstain

Stain normalization tools for histological analysis and computational pathology
MIT License
118 stars 20 forks source link

Add stain augmentation alternative #43

Open andreped opened 1 year ago

andreped commented 1 year ago

This feature request was mentioned in issue https://github.com/EIDOSLAB/torchstain/issues/3. However, I believe it would be better to track it in a separate issue.

The idea is basically to introduce the functionality StainTools has for generating HE-like stain augmentations, as an alternative method for improving model robustness to stain normalization.

I can have a crack at it and make a PR when I have something working.

andreped commented 1 year ago

A PR https://github.com/EIDOSLAB/torchstain/pull/45 has been made adding Macenko augmentation support.