image-augmentation
Here are 74 public repositories matching this topic...
So, we have some existing code over at the PyTorch Ignite project that is actually pretty general and might be really handy to have in DALI: pytorch/ignite#766
In core PyTorch, you can chain transformations and FileIO together easily with the Compose() operation: https://pytorch.org/docs/stable/torchvision/transforms.html#torchvision.transforms.Compose
Something like
-
Updated
Apr 23, 2020 - Jupyter Notebook
-
Updated
May 5, 2020 - Jupyter Notebook
-
Updated
Jan 28, 2020 - Python
-
Updated
Apr 12, 2020 - Python
The last thing to do before registering v0.6.0 in the General registry is to update the documentation.
@Evizero Looks like this repository haven't set up auto-deployment CI for documentation, right? Can you add a deploy key and a secret key (with name DOCUMENTER_KEY) following the instruction of https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#travis-ssh-1 I plan to set the docum
-
Updated
Mar 27, 2020 - Cuda
-
Updated
May 23, 2020 - Python
-
Updated
May 1, 2020 - MATLAB
-
Updated
Jan 5, 2018 - Python
-
Updated
Jan 28, 2020 - Python
-
Updated
Apr 21, 2020 - Python
-
Updated
Mar 31, 2020 - Jupyter Notebook
-
Updated
Jun 18, 2018 - Jupyter Notebook
-
Updated
May 19, 2019 - Python
-
Updated
May 1, 2020 - Python
-
Updated
Sep 5, 2019 - Python
-
Updated
May 18, 2020 - Python
-
Updated
Nov 28, 2019 - Jupyter Notebook
-
Updated
Feb 5, 2020 - Python
-
Updated
Apr 27, 2020 - Python
-
Updated
Jan 29, 2019 - Python
-
Updated
May 12, 2020 - Jupyter Notebook
-
Updated
Sep 16, 2019 - Python
-
Updated
Mar 4, 2019 - JavaScript
-
Updated
Aug 30, 2019 - Jupyter Notebook
-
Updated
Apr 15, 2020 - Python
-
Updated
Sep 8, 2018 - Jupyter Notebook
Improve this page
Add a description, image, and links to the image-augmentation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the image-augmentation topic, visit your repo's landing page and select "manage topics."
Need Optional parameter for Keypoint class as we have one for BoundingBox
In case, we want to track the Keypoint transformations and pickout the labels which we want to use, It would be useful if we add label parameter.
As of now, we can do something like the below code in BB's :
`ia.BoundingBox(
x