RF-DETR augmentations

Hi! Does RF-DETR automatically apply data augmentation when we use it for a custom dataset? If so, where can I find this in the source code? ( https://github.com/roboflow/rf-detr )? Thank you so much!

RF-DETR automatically applies a random crop and a random horizontal flip. The specifics are here.

In addition, we randomly resize the image during training, allowing you to run with confidence at different resolutions at inference. People often refer to this as a multi scale augmentation.

Amazing, thank you so much!!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.