CNN_face_detection icon indicating copy to clipboard operation
CNN_face_detection copied to clipboard

Resize images when creatiing LMDB file

Open ngksai opened this issue 8 years ago • 2 comments

Hi anson. when i was creating LMDB files required to train all nets i was mentioned image resize to 256 for width and height and i created LMDB files. is that causes accuracy changes when i will test model. if it is what are the changes i need to do for getting the better result.

Thanks&Regards N G K Sai

ngksai avatar Oct 15 '17 01:10 ngksai

Hi N G K Sai,

I think using a size slightly larger than the model's input size would be best. For example, I chose 15 pixels for 12-net, since when you add all possible 12-pixel crops to the training set, the crops would still contain most of the face.

Thanks, Anson

anson0910 avatar Oct 15 '17 05:10 anson0910

thank you anson

ngksai avatar Oct 15 '17 12:10 ngksai