-
Updated
Jan 19, 2022 - Python
data-augmentation
Here are 584 public repositories matching this topic...
-
Updated
Dec 9, 2021 - Python
Both the GoalFunctionResult and AttackResult abstract classes should provide a meaningful __str__ method so that they can be printed in a readable way.
-
Updated
Dec 26, 2021 - Python
-
Updated
Sep 23, 2021 - Python
-
Updated
May 19, 2021 - Python
-
Updated
Dec 12, 2021
-
Updated
Apr 14, 2020 - Jupyter Notebook
-
Updated
Sep 2, 2020 - Python
-
Updated
Oct 13, 2021 - Python
Padding transform
-
Updated
Feb 21, 2022 - Python
-
Updated
Feb 18, 2022 - Jupyter Notebook
-
Updated
Jun 15, 2021 - Python
About OCR generation
Hi, guys!
I am trying to reuse the OCR transformation module in TextFlint, but I somehow find it rather trivial...
I quote the code about the OCR rules in the source code as below:
mapping = {
'0': ['8', '9', 'o', 'O', 'D'],
'1': ['4', '7', 'l', 'I'],
'2': ['z', 'Z'],
'5': ['8'],
'6': ['b'],
'8': ['s', 'S',-
Updated
Dec 29, 2021 - Python
-
Updated
Jan 14, 2022 - Jupyter Notebook
-
Updated
Feb 22, 2022
-
Updated
Oct 27, 2019 - Jupyter Notebook
-
Updated
Feb 3, 2022
-
Updated
Jan 31, 2020 - Python
-
Updated
Jun 12, 2018 - Python
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
Dec 18, 2021 - Jupyter Notebook
-
Updated
Jan 13, 2022 - Python
-
Updated
Nov 8, 2019 - Jupyter Notebook
-
Updated
Oct 28, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the data-augmentation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-augmentation topic, visit your repo's landing page and select "manage topics."
Hi there, nice project!
We have recently got
Catalyst pipeline with DALI augmentations example. Could you please add it to the docs?Thanks in advance!