├── ImageAugmentationParameters ├── LICENSE ├── README.md ├── caffe.proto ├── data_layer.cpp ├── data_transformer.cpp ├── data_transformer.hpp └── transform_param.txt /ImageAugmentationParameters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GarryLau/DataAugmentation/HEAD/ImageAugmentationParameters -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GarryLau/DataAugmentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GarryLau/DataAugmentation/HEAD/README.md -------------------------------------------------------------------------------- /caffe.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GarryLau/DataAugmentation/HEAD/caffe.proto -------------------------------------------------------------------------------- /data_layer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GarryLau/DataAugmentation/HEAD/data_layer.cpp -------------------------------------------------------------------------------- /data_transformer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GarryLau/DataAugmentation/HEAD/data_transformer.cpp -------------------------------------------------------------------------------- /data_transformer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GarryLau/DataAugmentation/HEAD/data_transformer.hpp -------------------------------------------------------------------------------- /transform_param.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GarryLau/DataAugmentation/HEAD/transform_param.txt --------------------------------------------------------------------------------