FAU-DLM / wsi_processing_pipeline

This library helps with the key pre- and postprocessing steps necessary to use whole-slide images in deep-learning/ai projects.
4 stars 3 forks source link

cannot import name 'OpenSlideError' from 'openslide' #3

Closed niloofarmaani1 closed 3 years ago

niloofarmaani1 commented 3 years ago

To whom it may concern

My name is Niloofar, I'm trying to use your library for choosing ROI in a high-dimensional image. I am trying to use the example.ipynb in the tile extraction part, I have added all the necessary files in my directory such as(slide, filter, util, tiles) and openslide.py but I get this error: cannot import name 'OpenSlideError' from 'openslide' I looked inside the file openslide.py (openslide_overwrite) but there is no such function OpenSlideError.

I would be very happy if you could help me with that. do you think this library can be used for any type of input data?

Thanks All the best Niloofar