google-research / uda

Unsupervised Data Augmentation (UDA)
https://arxiv.org/abs/1904.12848
Apache License 2.0
2.17k stars 312 forks source link

Questions can't be found in papers about randaugment. #74

Open minjieharmo opened 4 years ago

minjieharmo commented 4 years ago

hello, I have 3 questions can't be found in papers.

1.How to decide number of pixels for translateX(Y), on cifar10 is 10 pixels(10/32) but 150 pixels for imagenet(150/331), for example, if image size is (224,224), how to decide the number pixels.

2.If Randaugment used the same range of magnitudes as Autoaugment, or used 3 times of magnitudes in pictures bellow? image

3.M is 0 to 30. For some operations M=0 is original image(Shear Translate Rotate...), but for other operations(Brightness Color Contrast) M=15 is original image. Are you intended to do that for some reasons?