-
Queation:
I want to ask the data in the source code which is named Data. It is a struct combined by CT, Strain and AirwayDTF. Could you tell me how can I get the Strain and AirwayDTF of the new img w…
-
It would be nice with a vendor-neutral Image3dAPI loader implementation for reading 3D DICOM files. The loader could potentially be open-sourced and part of this repo.
-
Hello, thank you for your efforts!
I'm considering using VM-UNet to segment liver tumors in LiTS2017, but I'm unsure whether your model supports three-dimensional data. If more information is needed,…
-
Hi, I want to use resnet_50.pth pre-trained encoder to extract 3D feature maps from medical images. Is the following method correct? It seems strange that the parameters of width, height, depth and nu…
-
For use-cases where there are very few training images (e.g. perhaps rare diseases), it could be nice to augment the data using one-shot generative models. Could this be something of interest to have …
-
Hi,
I am running segnet on medical images and in this context, i have few questions.
1. I am giving grayscale images as input. The input layer is converting it into 3D images as it does for other R…
-
Could this repository add a new feature that can draw 3D CNN architecture?
-
Hi JuliaWolleb:
I encountered the following error while running,
RuntimeError: Expected 3D (unbatched) or 4D (batched) input to conv2d, but got input of size: [1, 5, 240, 224, 139]
h…
-
Julia is a great language, with a large potential in the image-processing/computation/computer-vision space. It has already some nice support for image processing (e.g. [JuliaImages](https://juliaimag…
-
Our application is DICOM MRI data from Siemens Scanners.
The DICOM files contain 1 slice each, but we have 3D,4D,5D data sets. So a data set is split in multiple files.
It would be great to read i…