Open NdaAzr opened 2 years ago
Hello,
For this, I think you would need to download the source code of openslide available here: https://openslide.org/download/. You can get versions 1.1.2 and 1.2.0 of OpenSlide Python interface (stable API). Once you extract the .tar.gz
file, place the directory openslide
in the same directory as the file tile_processing.py
(please check if a rename to oslide
is required or not, as mentioned on line 11 of tile_processing.py
).
Let me know if it works!
Hi, I am trying to use this repo for my own dataset. I am wondering how can import deepzoom_tile from openslide.examples.deepzoom. I am getting an error ModuleNotFoundError: No module named 'openslide.examples'