Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 358 Bytes

File metadata and controls

15 lines (13 loc) · 358 Bytes

Data-Augmentation-for-Object-Detection

Data Augmentation For Object Detection using Pytorch and PIL (image from VOC dataset)

  • Adjust Contrast
  • Adjust Brightness
  • Adjust saturation
  • Lighting Noise
  • Flip
  • Rotate
  • Random crop
  • Zoom out (expand image)
  • Rotate only bouding box (optional)
  • Cutout
  • Mixup