Depin Chen

Results 8 comments of Depin Chen

Yes, I hope `is_membership_fixed` can also be made available directly through find_partition. So fixing membership can be more easy.

I have installed the package in MiKTex. But the math preview still can't work and have the same error. And the ImageMagick is missing as well.

Hi, have you tried to compare the speed between javabridge with ImageReader and Openslide when reading WSI? I try to read as big as possible images for example 20480*20480 images...

> @CDPDisk Hi, thank you for your comment. It's been a while, and I don't remember how to control the log outputs, but there are a few ideas to find...

> @CDPDisk I tried to reproduce the speed above by supressing the log output and got 137.17it/s. Does this reproduce the speed in your environment? > > ```python > def...

> @CDPDisk Thank you for the records and insightful analyses. I also explored the data and found some points with the code below. > > * with num_workers==4, SSD is...

And this is code, referenced this code: @https://github.com/tand826/wsiprocess/issues/49#issuecomment-1502857149 ``` import os import contextlib # install openslide-bin when use openslide-python > 1.4.1 # with os.add_dll_directory('C:/Program Files/openslide-win64-20220811/bin'): # from openslide import OpenSlide...

By the way, I'm getting the following error when I close ImageReader, but I have no idea: ``` Exception ignored in: Traceback (most recent call last): File "test_multiprocess_java2.py", line 31,...