Siem de Jong
Siem de Jong
- The metric is not (yet) commonly used. Obvious reasons might be that 1) people simply do not know about it, 2) it takes an extra step to calculate the...
> Currently, we don't have any need for single-channel images in digital pathology but it might be a good feature to have. One use case would be where another imaging...
If anyone comes across this, my best solution is to make an `install_windows` function that can be called in any module. Pyvips and OpenSlide Python are needed: `pip install pyvips`...
I ended op making my own function to make the grid where attributions were not normalised, which was not too difficult. This issue can be closed, unless more people find...
I experienced this issue too. For me this happened, because I tried to use binary masks as a proxy and use those to get opencv contours. This didn't work, as...
I see this issue is still open and I am experiencing the same issue on windows. my vimrc is empty except for `exectue pathogen#helptags()`. This is not the only thing...
It would probably be better to try-except image loading with PIL instead of filename endings to be sure other image types are included as well: ```python # e.g. power.py] try:...
I'd be happy to contribute. Just a quick look reveals more examples of parameters that may be limiting to others, like - the scale and ratio parameters in https://github.com/lightly-ai/lightly/blob/d893cb592936d80e3d7b921da13e6f513efebf53/lightly/transforms/simclr_transform.py#L158 and...
I understand. Thank you for the update.
The slopegraph without markers is fine. Let me try to explain better. My suggestion would be to have an argument to color the bars and the paired mean difference distribution...