-
Updated
Aug 12, 2021
medical-imaging
Here are 858 public repositories matching this topic...
-
Updated
Jun 10, 2021
-
Updated
Aug 23, 2021 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Apr 9, 2019 - TeX
-
Updated
Apr 21, 2020 - Python
-
Updated
Aug 23, 2021 - JavaScript
-
Updated
Jun 8, 2021 - Python
-
Updated
Oct 1, 2020 - C++
Description
The ApplyScriptToRemotes script applies a script to all remote modules whose build status reports a successful build.
There are a number of aspects -many of them were already mentioned in PR #781- that could be improved to make the script more robust.
- May be th
-
Updated
May 29, 2021 - Python
There are many transformations, such as transforms.Resample and transforms.ElasticTransform that aren't documented (with the Sphinx format).
-
Updated
Aug 23, 2021 - C#
-
Updated
Aug 23, 2021 - Python
-
Updated
Aug 13, 2021 - Python
It seems like a slight pain to do this, but it might be useful to have a GitHub action generate HTML GoDoc on PRs / code pushes, so that reviewers can easily preview what the GoDoc will look like.
It looks like the easiest way to do this is with wget sadly (if you want all the nice styles and such applied in the html).
-
Updated
Jun 8, 2021 - Jupyter Notebook
-
Updated
Oct 3, 2018 - Python
-
Updated
Apr 14, 2021 - Jupyter Notebook
-
Updated
Apr 13, 2018 - Python
-
Updated
May 13, 2019 - Jupyter Notebook
-
Updated
Aug 19, 2021 - C++
-
Updated
Aug 18, 2021 - Jupyter Notebook
-
Updated
Aug 19, 2021 - Python
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 17, 2019 - Python
-
Updated
Aug 23, 2021 - C++
Improve this page
Add a description, image, and links to the medical-imaging topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the medical-imaging 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!