-
Notifications
You must be signed in to change notification settings - Fork 145
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
YOLO crashes during operation, and the prompt is related to the libomp.so library #1325
Comments
Please do not ignore issue templates, they are there to save your time as well as mine. To help you I would need to know the following information:
|
1.app's top-level build.gradle file:
Or it could be...
2.Python code for testing:
Or it could be...
Explanation: An error will occur as long as import torch is added! |
Please also provide:
|
1、app-level build.gradle:
2、project-level build.gradle:
3、Android Studio Device File Explorer:vivo vivo NEX A Android 10.0 (Q) |
For the third time, please post the the "python" or "chaquopy" sections of your app-level build.gradle file. If you've added |
If you still need help, then post the requested information, and I'll reopen the issue. |
app-level build.gradle file:
|
Thank you very much for your offer to reopen the issue. I have added the information you need. I really appreciate your help. I'm looking forward to your further guidance.
#1325 (comment)
…------------------ 原始邮件 ------------------
发件人: "Malcolm ***@***.***>;
发送时间: 2025年2月1日(星期六) 晚上10:11
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [chaquo/chaquopy] YOLO crashes during operation, and the prompt is related to the libomp.so library (Issue #1325)
If you still need help, then post the requested information, and I'll reopen the issue.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I've already sent the code of the app-level build.gradle file. Can you spot any issues in it? |
It seems that there might be conflicts with some C++ shared object (SO) libraries called by other NDK modules in Chaquopy. |
This build.gradle file looks fine to me. And I can confirm that with those packages installed, Why do you think it might be caused by a conflict between libraries? |
error reporting:
The problem still exists after the Chaquopy interface is simplified. The interface code is as follows:
Chaquopy version
Devices or emulators where the issue happens
Relevant parts of your code
Describe your issue
The text was updated successfully, but these errors were encountered: