I am running into this error in build_index_patch.py when trying to perform the patch retrieval experiment with the kather100k colon dataset.
raise OpenSlideUnsupportedFormatError("Unsupported or missing image file") openslide.lowlevel.OpenSlideUnsupportedFormatError: Unsupported or missing image file
I have organized the patches of the kather dataset which come as .tif files into the appropriate data structure. Do you have any suggestions on how I can get this to run?
I am running into this error in build_index_patch.py when trying to perform the patch retrieval experiment with the kather100k colon dataset.
raise OpenSlideUnsupportedFormatError("Unsupported or missing image file") openslide.lowlevel.OpenSlideUnsupportedFormatError: Unsupported or missing image file
I have organized the patches of the kather dataset which come as .tif files into the appropriate data structure. Do you have any suggestions on how I can get this to run?
Thank you.