LArbys / LArCV

Liquid Argon Computer Vision
11 stars 9 forks source link

added randomized cropping #33

Closed twongjirad closed 8 years ago

twongjirad commented 8 years ago

@drinkingkazu I had to change your use of auto const& image_idx. this causes a value copy. maybe this will cause a big delay since it will be called many times over

twongjirad commented 8 years ago

Confirmation of code done by

a) confirming it won't crash by running it for a few hundred events of training b) the image in the network's blob was extracted and checked by eye:

notcompletelyhopeless