Alessia Marcolini

Results 21 issues of Alessia Marcolini

**Describe the bug** *I'm opening this issue as a follow-up from a conversation happened in the histolab Slack User Group with Андрей Тарнакин (from https://histolab.slack.com/archives/C01H58NCE1W/p1626595605000600 on)* `RandomTiler` tiles have grid-like...

bug

To use `RemoveSmallObjects` and `RemoveSmallHoles` morphological filters we need to specify the parameters `min_size` and `area_threshold`, respectively. Those parameters require absolute numbers to be specified taking into consideration the dimensions...

Right now it's possible to fit the detectors only on map-style datasets, as https://github.com/TorchDrift/TorchDrift/blob/master/torchdrift/utils/fit.py#L36 calls the `len()` of the dataset/dataloader, which is not guaranteed to be implemented on an iterable...

Added post-conference Feedbacks section and fixed minor typos

Trying to convert a notebook to pdf, `.convert` raises a `NoSuchKernel` exception. I'm inside a conda environment, so I don't have any Python bound to `python3`. Steps to reproduce: ```python...

Nell'homepage i loghi degli sponsor e dei media partner vengono visualizzati in low-quality anche se la sorgente dell'immagine è in alta qualità.

## Description This was already addressed in the past in https://github.com/histolab/histolab/pull/360, but 10px of border thickness is not enough for some use cases, so now the thickness of the border...

bug

sibling of #380 > This PR attemps to fix some of (or all) the typing issues found by running `mypy histolab`. > Unfortunately some of these issues are hard to...