-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Is your feature request related to a problem? Please describe.
Currently due to the extra consideration needed for TIFF files of histopathology WSI images in Camelyon dataset (huge images), we were using PatchWSIData to load these images. However, with other datasets like PANDA dataset for prostate cancer, the size of images allow for loading the entire image into memory. Thus, it might be beneficial to load such images by just using LoadImage transform similar to radiology use cases.