Skip to content
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

Threshold for filtering background in different magnifications #94

Closed
akidway opened this issue Mar 30, 2024 · 0 comments
Closed

Threshold for filtering background in different magnifications #94

akidway opened this issue Mar 30, 2024 · 0 comments

Comments

@akidway
Copy link

akidway commented Mar 30, 2024

Hi @binli123,

Thank you for your excellent work.

I'm currently using deepzoom_tiler.py to process slides. I executed the following command:

python3 deepzoom_tiler.py -m 0 1 -b 20 -d CAMELYON16 -v tif -j 16 -t 25

My intention was to generate 20x and 10x tiles from a single slide. However, I noticed that I ended up with 2757 folders but 6490 jpeg files. Shouldn't the number of folders match the number of jpeg files?

Furthermore, when I visualized the sampled tiles for both 20x and 10x, I observed that the sampled regions are different. It appears that the sampled region for the 20x tiles is accurate when using a threshold of 25.

Does this mean that if I want to use a threshold of 25, I should rely on the 20x tiles and their corresponding 10x tiles, rather than the other way around?

20x sampled region
image

10x sampled region
image

@akidway akidway closed this as completed May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant