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

What is the relationship between image resolution and minimum size #7

Open
tzhang2014 opened this issue Jun 19, 2017 · 2 comments
Open

Comments

@tzhang2014
Copy link

minsize = 60 , I can run 720P, but minsize = 40 ,I cannot run 720P, thx

@AlphaQi
Copy link
Owner

AlphaQi commented Jun 20, 2017

I think you can debug the error, or show the error

@AlphaQi
Copy link
Owner

AlphaQi commented Jun 28, 2017

now, it has been solved, I added some codes to mtcnn.cpp.
if you set the minsize too small, the resize scale will be small too,
if the smallest scale *maxside of image<12, error occurred , because the Pnet input size is 12.

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