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

same input with PC ok but ARM crashed. #455

Closed
MaeThird opened this issue Jun 27, 2018 · 0 comments
Closed

same input with PC ok but ARM crashed. #455

MaeThird opened this issue Jun 27, 2018 · 0 comments

Comments

@MaeThird
Copy link

I used ncnn2mem tool to convert the model into head file.
With the same input image(1281x953 for this case),the PC is running well,but when I ported it to Raspberrypi board it crashed caused by the weird width and height of cnn processing. (the libncnn.a is compiled with NEON optimization sure it).
Here is what on Raspberrypi
1
And this's PC' output:
2
The printf code(moved to .cpp for print it out easily):
3
ex.set_num_threads(1); is set and openmp is closed for debug.
Is there anything wrong?Anyone help?

This issue was closed.
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

1 participant