CielAl / torch-staintools

Pytorch-adaptation of GPU-accelerated StainTool's stain normalization algorithms
https://cielal.github.io/torch-staintools/
MIT License
23 stars 3 forks source link

Extend the stain matrices caching to normalizer. #1

Closed CielAl closed 10 months ago

CielAl commented 10 months ago

That should vastly improve the efficiency of Vahadane algorithm when on-the-fly normalization is necessary for multiple iterations, e.g., for multiple epochs of downstream deep learning model training.

CielAl commented 10 months ago

Done.