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

在同一个活动中加载yolov5模型和yolact模型崩溃。 Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 5694 #36

Open
sa1225 opened this issue Jun 6, 2022 · 1 comment

Comments

@sa1225
Copy link

sa1225 commented Jun 6, 2022

通过将动态库合成一个的方式可以解决同一个模型的加载,但是将yolo的模型和yolact的模型在同一个页面下加载,在load.model执行完一次后,再次执行另一个模型的load.model会报错: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 5694 。
参照之前将yolo和yolact的cpp文件链接到一个so库文件后,解决了加载的问题(页面打开不再闪退),但是yolo的功能收到影响(页面卡死无响应),经过调试,在执行到下面这步时就不能继续往下了,一直卡死在这:
image
卡在这很久了orz

@liuxiaoxiao666
Copy link

咋解决呢

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