Autoaugment [data preprocessing]

Hello everyone,
I am currently working on object identification using tensorflow 2.0 rc, and I just implemented autoaugment for data augmentation.
Did someone use it already?
Did it give you better result than before?

For those who did not know it, you can take a look at fast auto-augment here (made with pytorch) & auto-augment here !

Hi @remc,

Could you please share the code of AutoAugment working with tf2.0? Unfortunately, original implementation is compatible only with tf1.*.

Thank you.

1 Like

Hello ! I didnt upgrade it for now, I was hopping for some reviews before working on it.

Hi! I want to implement the fast autoaugment in Fastai? Does anyone know how to do that?

1 Like