Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resize images when creatiing LMDB file #39

Open
ngksai opened this issue Oct 15, 2017 · 2 comments
Open

Resize images when creatiing LMDB file #39

ngksai opened this issue Oct 15, 2017 · 2 comments

Comments

@ngksai
Copy link

ngksai commented Oct 15, 2017

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

@anson0910
Copy link
Owner

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

@ngksai
Copy link
Author

ngksai commented Oct 15, 2017

thank you anson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants