jamesdolezal / slideflow

Deep learning library for digital pathology, with both Tensorflow and PyTorch support.
https://slideflow.dev
GNU General Public License v3.0
234 stars 39 forks source link

MRXS Slide Ramdisk buffer Bug #300

Closed siddhir closed 1 year ago

siddhir commented 1 year ago

Description

During tile extraction the ramdisk buffer feature is not compatible with MRXS format slides given they are made of multiple files unlike .svs

To Reproduce

Steps to reproduce the behavior:

  1. Extract with ramdisk buffer

Expected behavior

Flag buffer as incompatible with MRXS files prior to extraction

Environment:

name: slideflow2 channels:

jamesdolezal commented 1 year ago

Thanks, this has been fixed on dev-2.1, and will be incorporated into the 2.1 version release.