LArbys / LArCV

Liquid Argon Computer Vision
11 stars 9 forks source link

Add random cropping feature to APICaffe for data augmentation #32

Closed twongjirad closed 8 years ago

twongjirad commented 8 years ago

Either as a process or a part of simple filler, one would like to be able to ask for a random crop of a training image. This is to help with over-training.

twongjirad commented 8 years ago

implemented in branch: https://github.com/LArbys/LArCV/tree/tmw_random_crop

edits here: https://github.com/LArbys/LArCV/blob/tmw_random_crop/app/APICaffe/SimpleFiller.cxx

twongjirad commented 8 years ago

@drinkingkazu do these look ok? I'll test now. But if the mods are OK, then I will start a pull request.

twongjirad commented 8 years ago

confirmed this works.

twongjirad commented 8 years ago

merged. via https://github.com/LArbys/LArCV/pull/33