Egor Panfilov
Egor Panfilov
I would also find this feature useful. Having it would allow, e.g., to easily dump the configs into MLflow Tracking for subsequent comparison of experiments. Within this scope, it does...
@mstaring Great to hear! Frankly speaking, I'm not sure if I have enough expertise in C++ for doing the task. I might take a closer look at the code at...
I'm getting `Fatal: there are problems with fetch_image.cgi` popup on web-page opening (only one) and on each of `Next image` clicks (2 identical popups in a row). Any updates or...
Fixed this error by installing `perl-cgi`.
@bilalsal absolutely! I will work on it in the coming days.
@rcmalli do you think if it would be a good idea to add also head-less versions of the architecture (see, e.g. ResNet50) so to ease the potential usage in transfer...
@jni btw, what is the recommended ordering for nD images? Is it `T, P0, P1, ..., M, N, C` or something different (e.g. `T, Pn, ..., P1, P0, M, N,...
> what are P0... Pn? nD-planes they are. It is clear that for 3 spatial dims the order should be `P, M, N`. I'm wondering if there is already a...
Several repos for reference: - https://github.com/deepmind/multidim-image-augmentation - https://github.com/ashawkey/volumentations#implemented-augmentations
https://github.com/MIC-DKFZ/batchgenerators/ multithreading - https://github.com/MIC-DKFZ/batchgenerators/blob/master/batchgenerators/dataloading/multi_threaded_augmenter.py