André Pedersen

Results 76 issues of André Pedersen

When installing the latest version of livermask on macOS 12: ``` pip install livermask==1.4.0 ``` from the installation verbose we observe: ``` > ERROR: livermask 1.4.0 has requirement importlib-metadata==4.8.1, but...

bug

Hello, @sophiajw! Would it be possible to share the model and inference script to easily test and use the model? I am developing an open-source platform called [FastPathology](https://github.com/AICAN-Research/FAST-Pathology), which enables...

Related to issue https://github.com/EIDOSLAB/torchstain/issues/43. ### Changes * I implemented StainTools-like Macenko augmentation for all three backends. * It also made a sense to implement an augmentation example script, and thus...

Fixes https://github.com/EIDOSLAB/torchstain/issues/50. I have verified that no similar issue were in the other backends and for both rgb2lab and lab2rgb scripts.

I have reproduced the Vahadane implementation from [StainTools](https://github.com/Peter554/StainTools). The implementation is with numpy backend, but there are two steps that remains for this to work with pure numpy. **Hence, this...

I observed an issue with installing compiled wheels in my test CIs in [another project](https://github.com/andreped/GradientAccumulator/blob/main/.github/workflows/test.yml#L82). Apparently, pip ignores the --file-links argument if it finds a suitable wheel with the same...

Made the initial draft of the Documentations, which are stored in `docs/`. The goal is to serve this at [readthedocs.org](https://readthedocs.org/), and offer more detailed examples, use cases, and API documentation...

**Is your feature request related to a problem? Please describe.** I believe a lot of users would benefit of clearer documentations on which methods actually exist and how to use...

documentation
enhancement

This feature request was mentioned in issue https://github.com/EIDOSLAB/torchstain/issues/3. However, I believe it would be better to track it in a separate issue. The idea is basically to introduce the functionality...

enhancement