Mikko Tukiainen
Mikko Tukiainen
The issue of tracking multiple sub-processes has been solved very elegentaly [here](https://github.com/alphatwirl/atpbar/issues/21#issuecomment-766468695). In particular, @HassanNaseri example would read: ```python from time import sleep import multiprocessing as mp from atpbar import...
I was able to solve this problem with Slide Converter provided by 3D Histec in their webpage: https://www.3dhistech.com/software-downloads. Simply convert from mrxs to mrxs after which openslide can open the...
**Update**: this bug has been fixed in the latest build: `pip install --upgrade git+https://github.com/bes-dev/mean_average_precision.git` (follow the instructions in readme). The instructions in the projects PyPI page (https://pypi.org/project/mean-average-precision/) are outdated. ---...
Thank you for identifying the bug. I think the same issue would persist with `tf.keras` `ImageDataGenerator`, because also there you select the data augmentations initializing the generating and only after...
@ikarus-999 : it seems your comment is not related to the current issue. As a friendly suggestion for the future, you should post a new issue whenever it does not...
Unfortunately no: I had to switch from RLE to polygons. Here's a link, in case you need to make COCO style polygon annotations yourself out of segmentation masks: https://www.immersivelimit.com/tutorials/create-coco-annotations-from-scratch. However,...
If i remember correctly, I had the exact same error. I didn't ever put a lot of effort to try to solve problem, but switched to using conventional polygon annotations...
I very much like the added value for BO with typing of the parameters! However, this could be still improved so that the parameters would get returned casted in their...
The construct above until the highlighted line is for selecting the weight per each label. For example, if your target label is (one-hot-encoded) class 1, you would use those lines...