-
hello, Can you provide Randaugment.py, thanks a million.
from RandAugment import RandAugment
from RandAugment.augmentations import CutoutDefault
-
I noticed that RandAugment is only used in the Kinetics dataloader if fast_rrc is off. Does this mean that RandAugment was not used for pre-training or finetuning? I also noticed even if RandAugment i…
-
While going through the code of transformation I noticed that RandAugment has a few differences from the canonical implementation described on the [original paper](https://arxiv.org/pdf/1909.13719.pdf…
-
I am currently using `salesforce-lavis` to use BLIP-2. I am getting errors regarding incompatibilities between numpy and opencv. Despite multiple warnings, I updated both packages and it worked, thus …
-
**Short Description**
I am interested to use RandAugment for object detection with keypoints. Instead of re-doing everything on my own, I would like to add support for keypoints in the augmentation…
-
### Current Behavior:
Since `v0.5.0`, most preprocessing layers are subclasses of the new `VectorizedBaseImageAugmentationLayer`. However, [RandAugment](https://github.com/keras-team/keras-cv/b…
-
I have tried to train RegNet variants with strong augmentations, such as AutoAugment or CutMix.
But the performance can not be improved with them.
For example, I have reproduced the paper's resu…
-
I'm reading `keras_cv` RandAugment implementation and feel like there are some differences with [TF implementation](https://github.com/tensorflow/tpu/blob/8aac591077e5781785aa6c22bc400472ba14dada/mode…
-
In the paper you mention that flips are applied with 50 percent probability. Is it also the case that each randaugment sample is also applied with 50 percent probability or are two randaugment choices…
-
Hi, I want to ask what's the version of Pytorch you used?
I use the Pytorch 1.7.1 but met the following error when using RandAugment
Traceback (most recent call last):
File "data_augmentation_…