happynear / caffe-windows

Configure Caffe in one hour for Windows users.
Other
1.32k stars 650 forks source link

About face_transform in ImageDataLayer #258

Open goodluckcwl opened 6 years ago

goodluckcwl commented 6 years ago

In caffe.proto, there are parameters of ImageDataLayer like face_transform, min_random_scale etc. defined but unimplemented. I have checked codes in ImageDataLayer and could not found where they were used. 1.Have you tried face_transform in your experiments? 2.Does conventional data argmentation(e.g. random rotation) work or not as for face verification?