-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About the execution of the "example.py" #1
Comments
Anyone encountered the following error when executing pp.save_slides_mpp_otsu(slides, "slides_mpp_otsu.csv") working on CMU-1.svs File "", line 1, in |
@lucasrla Can I work on this issue? |
@shanibenamitay I have the same question, and I don't know how to solve this question. Did you solve the question? |
What is the magnification of WSI after processing? |
Hi, I have some problem about running the "example.py".
When I run the code using CMU-1.svs,
the process will hanging at
pp.calculate_filters("slides_mpp_otsu.csv", "", "tiles_filters.csv")
without errors.This phenomenon also happened when I using my own data.
In the other hand,
if I run the code below first, then run
pp.calculate_filters("slides_mpp_otsu.csv", "", "tiles_filters.csv")
,(that is, run
calculate_filters
funtion separately)it will success.
What happened to this phenomenon?
Is it related to ProcessPoolExecutor?
Thank you so much!!
The text was updated successfully, but these errors were encountered: