DigitalSlideArchive / HistomicsStream

A whole-slide image reader for TensorFlow
Apache License 2.0
22 stars 6 forks source link

Make `torch` and `tensorflow` be optional installation dependencies #134

Closed Leengit closed 2 months ago

Leengit commented 2 months ago

We often use histomics_stream for its ability to mask whole slide images and/or to group (chunk) tiles into more-efficient reads. Neither of these functionalities should need tensorflow or torch, so we should provide these functionalities without requiring installation of these two packages.