ShaharKatz / Caffe-Data-Augmentation

a branc caffe with feature of Data Augmentation using a configurable stochastic combination of 7 data augmentation techniques.
Other
32 stars 11 forks source link

Augmentation Implementation #2

Open mughani opened 8 years ago

mughani commented 8 years ago

May I know where did you implement data augmentation in the source code ? I am new to Caffe and curios to understand how did you implement augmentation.

On a different note, have you published something with this modified source code ? If yes, can you please share how should one cite if they use your code for a publication ?

ShaharKatz commented 8 years ago

Hi, the augmentation itself was done within the data layer. Using multiple transformations via adjustable parameters.
As for citing, you should credit this repository as you would credit any Data base or 3rd party program that you use during your research.