Download raw images in a dataset without augmentation

Hi,

I am wondering is it possible to download raw images (no random rotation, flipping, cropping or any augmentation) from a project? The reason I need to do this is I am trying to extend and balance the dataset offline and re-upload it as a new dataset for better performance.

Thanks

Hi @Eric, yes, this is possible. What you’ll want to do is generate a dataset version with no augmentations applied, and no pre-processing applied (other than Auto-Orient). This will give you the raw images in the resulting version.

Hi @Mohamed,
I want to download this dataset without any augmentation for offline processing as currently every time I download this, there are a lot of augmentation applied already). How I can do that? I don’t own this dataset and this is not in my workspace.

Thanks,