Fast.ai data augmentation testbed

Hi I just upgraded to V2 and I am somewhat struggling with the data augmentation and transforms.

With V1 I had found some “testbed” notebooks or code where I could try out various augmentation combinations on one or a few images.

Does anyone have something like that for V2 and could share the code with me?

In pseudocode:
img =
result_image = apply_transforms(tfms, img)
… then show result image

Thanks in advance!

If you go to the Data Augmentation documentation: https://docs.fast.ai/vision.augment.html

There will be an “Open in Colab” button at the top, where you can run the notebook and its code where it shows running augmentation on singular images

wow that is great. Thank you Zachary!!!