#
dltk
Here are 3 public repositories matching this topic...
DLTK Model Zoo
data-science
machine-learning
deep-neural-networks
deep-learning
models
cnn
medical
medical-imaging
pre-trained
medical-image-processing
dltk
dltk-model-zoo
-
Updated
Jun 17, 2018 - Jupyter Notebook
Biomedical Image Analysis with TensorFlow and DLTK
tensorflow
tensorflow-experiments
biomedical-image-processing
tensorflow-models
biomedical-engineering
dltk
tensorflow-lite
biomedical-image-analysis
biomedical-signal-processing
tensorflow-mri
-
Updated
Apr 15, 2020 - Python
Improve this page
Add a description, image, and links to the dltk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dltk topic, visit your repo's landing page and select "manage topics."


In augmentation, elastic_transform, it only applies a random transform on one input image array. I would think to be used for training, the image and mask pair should be transform in the same way. However, this single-input-image, single-output-image method makes it very inconvenient. Could we deform a list of images (np.arrays) using the same transformation in this method ? Thanks!