Fabian Isensee
Fabian Isensee
Hey Rui, @ykirchhoff is talking about docker containers. If you use nnU-Net inside a docker container you need to give it sufficient shared memory in order for it to run...
You need to replace all occurrences of `multiprocessing.get_context("spawn").Pool` with `multiprocessing.get_context("fork").Pool`. Many files are affected. Best to do this via a proper IDE like pycharm (ctrl+shift+r)
Hey, this should be fixed if you pull the most recent master
Hi, I use concatenation. Addition could work just as well, though. I have not compared the two. Best, Fabian
Hi, if you look in the code you will find the answers :-) We used random crop for the patches. And yes for each batch we sample random patches from...
Hi, I am glad you are interested in our work. Unfortunately we do not provide pretrained weights because the final submission was based on 10 models, each of which was...
Hi, this is the exact code of that paper. But it is very old and we have outperformed it in the meantime. I strongly recommend you go have a look...
HI, are you asking about nnU-Net or this repository? In both repositories the networks act separately. I forgot how this repo works and I would recommend not to use it....
The reason this slipped through our attention is that on Linux at least the duplication of the file path is ignored, so we never noticed... See this example: > In...
How did it go?