SBU-BMI / wsinfer

🔥 🚀 Blazingly fast pipeline for patch-based classification in whole slide images
https://wsinfer.readthedocs.io
Apache License 2.0
59 stars 10 forks source link

fix backend setting #226

Closed kaczmarj closed 3 months ago

kaczmarj commented 3 months ago

fixes #225

this rewords the wsinfer.wsi namespace and introduces a new function wsinfer.wsi.get_wsi_cls() to get the correct constructor (either openslide.OpenSlide or tiffslide.TiffSlide).