Open OmarAshkar opened 1 year ago
Hi @omashkartrx, thank you very much for reporting this. We will looks into this. May I know what is the whole slide image that you are using?
@drbeh it is private svs files. I have tried to export to tif and use tifffle backend with WSIReader transform still with same issue.
@JHancox would it be possible for you to confirm this behavior? Thanks
@JHancox would it be possible for you to confirm this behavior? Thanks
Sure, will do. @omashkartrx - any chance this could be related to the fact that for I/O, we use the imaging convention of (x,y) with the origin at Top Left, whereas, once loaded, we use the data science convention of (row, column) with origin at Top Left, remembering that graphs/plots tend to use (x,y) with origin bottom left!!?
@JHancox yes this sounds logical. I have to confirm that PIL reader doesn't have this issue.
Describe the bug I am using WSIReader as either transform or SlidingPatchWSIDataset, the resultant maps are mirror flipped always.
To Reproduce Steps to reproduce the behavior:
Expected behavior It should have the same orientation as the inputed images. The current implementation of the script works well.
CC. @drbeh
Thank you