mahmoodlab / CLAM

Data-efficient and weakly supervised computational pathology on whole slide images - Nature Biomedical Engineering
http://clam.mahmoodlab.org
GNU General Public License v3.0
1.02k stars 340 forks source link

How do I get rid of the black part as a result of svs file Mask with image size (125074, 88592)? #176

Closed JaeHyeok-2 closed 1 year ago

JaeHyeok-2 commented 1 year ago

I want to make a heat map up to the masked part.. The upper right and lower left areas are masked in black as follows: I want to run create_heatmap.py without processing the mask, how can I solve it?

mask

1
Eirfaan commented 1 year ago

I too have the same issue

fedshyvana commented 1 year ago

please verify that you're using pixman > 0.38 (e.g. 0.40). upgrading to pixman 0.40.0 should solve the issue - this can be done via conda.

JaeHyeok-2 commented 1 year ago

@fedshyvana pixman version is already 0.40 .... but the problem remains

image