Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rasbt/comparing-automatic-augmentation-blog
Comparing four automatic image augmentation techniques in PyTorch: AutoAugment, RandAugment, AugMix, and TrivialAugment
https://github.com/rasbt/comparing-automatic-augmentation-blog
ai computer-vision deep-learning pytorch
Last synced: 12 days ago
JSON representation
Comparing four automatic image augmentation techniques in PyTorch: AutoAugment, RandAugment, AugMix, and TrivialAugment
- Host: GitHub
- URL: https://github.com/rasbt/comparing-automatic-augmentation-blog
- Owner: rasbt
- License: bsd-3-clause
- Created: 2023-01-30T17:20:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T16:16:02.000Z (over 1 year ago)
- Last Synced: 2024-10-04T12:52:49.943Z (about 1 month ago)
- Topics: ai, computer-vision, deep-learning, pytorch
- Language: Jupyter Notebook
- Homepage: https://sebastianraschka.com/blog/2023/data-augmentation-pytorch.html
- Size: 1.49 MB
- Stars: 26
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Comparing Automatic Augmentation
A comparison of four automatic image augmentation techniques in PyTorch: AutoAugment, RandAugment, AugMix, and TrivialAugment.
The accompanying blog post can be found at: [https://sebastianraschka.com/blog/2023/data-augmentation-pytorch.html](https://sebastianraschka.com/blog/2023/data-augmentation-pytorch.html)
![](results.png)