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

1080p iamge is process error #6

Open
xyt2008 opened this issue Jun 16, 2017 · 3 comments
Open

1080p iamge is process error #6

xyt2008 opened this issue Jun 16, 2017 · 3 comments

Comments

@xyt2008
Copy link

xyt2008 commented Jun 16, 2017

when i use this code to process 1080p image ,it has an error.640*480 iamge is normal.

@AlphaQi
Copy link
Owner

AlphaQi commented Jun 17, 2017

You need check the error,confirm your image is right.
In fact,the picture named 4.jpg is not 640*480, it also can be processed.
May be, 1080p image can not be displayed normally.

@Ghustwb
Copy link

Ghustwb commented Jun 28, 2017

I met the same problems.when read 640*480 video ,is normal ,but read 1080P ,the error is "the feature2MatrixInit failed!!" how can I fix it? Thaks

@AlphaQi
Copy link
Owner

AlphaQi commented Jun 28, 2017

I am sorry for this problem, 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

3 participants