Elmar999 / Cigarette_buts_detection

Detection of Cigarette buts on the streets using U-net segmentation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data augmentation

Elmar999 opened this issue · comments

We`ll write a class augmenter which is going to deal with data augmentation methods for images.

  • Create a class 'augment'
    Write following functions:
  • 'generate_img_over_bg' which will generate image over given background.
  • 'rotate_augment' which will rotate an image randomly between 0 and 360 .
  • 'flip_augment' which will flip an image horizontally or vertically