ramonemiliani93
ramonemiliani93
Building on top of what @dmus suggested and following what @fepegar implemented on the `Queue` I have something like this: ```python import random from itertools import islice import torch import...
The same happens with `tf.nn.conv3d` used inside a `map(...)` on a `tf.data.Dataset`. Any updates on how to solve this?
Hi Hoel, Unfortunately I have no data to share, any other synthetic example will have the same problem. Using `skimage.morphology.ball` and slicing it through the middle may yield a better...
Hi Hoel, Wish you the best with your deadlines! Yes, if at some point you add the unit test files, I could help you resolve the corner case. Best, Ramón
Hi @tpenzkofer! Did you manage to solve this? I am facing the same problem with the loader, Nifti files appear to be flipped.
For anyone that runs into the same issue, it seems OHIF changed from Neurological to Radiological convention hence the image looks flipped on latest versions. The issue can be easily...