-
Updated
Jul 9, 2021 - Python
augmentation
Here are 217 public repositories matching this topic...
-
Updated
Nov 10, 2020 - Jupyter Notebook
-
Updated
Sep 29, 2021 - Python
-
Updated
Sep 20, 2021 - Jupyter Notebook
-
Updated
Jun 16, 2021 - Python
-
Updated
Sep 30, 2021 - Python
-
Updated
Sep 16, 2020 - Python
Padding transform
This transform takes a fraction of the end or the start of the audio and treats that part as padding. We can implement several modes:
- constant (zero)
- edge - pads with the edge values of array
- wrap
- reflect
-
Updated
Feb 3, 2021 - Python
There are quite a few functions in the repo that need to be annotated.
This issue will be left open for external contributions. If you wish to contribute, please submit a PR for the same!
Thanks!
-J
-
Updated
Oct 27, 2019 - Jupyter Notebook
-
Updated
Jul 2, 2021 - Python
-
Updated
Jan 7, 2020 - Python
-
Updated
Aug 30, 2021 - Jupyter Notebook
The offset can be randomized, as long as the output has the specified length
The idea is that one can have a chain of transforms, and some of them change the input length, but the final length should be fixed. That is where
Padding transform
-
Updated
Jul 7, 2021 - Jupyter Notebook
-
Updated
Mar 26, 2021 - Jupyter Notebook
-
Updated
Sep 27, 2021 - Python
-
Updated
Sep 15, 2021 - Python
-
Updated
Apr 16, 2020 - Ruby
-
Updated
Jun 15, 2020 - Python
-
Updated
Sep 4, 2021 - Python
Using the same concept used in keras segmentation example add pytorch segmentation example
-
Updated
Sep 2, 2020 - Python
-
Updated
May 23, 2019 - Python
-
Updated
Aug 21, 2020 - Python
-
Updated
Feb 4, 2020 - Python
-
Updated
Jun 30, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the augmentation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the augmentation topic, visit your repo's landing page and select "manage topics."


There is a set of augmentations specific for medical imaging in the torchio.readthedocs.io.
The license there is Apache 2 => As I understand, we can use some of the transforms from there in Albumentations. Of course, we need to keep the link to the original implementation in the docstring.
For example: