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

部署改进的v8模型的时候,make yolo报错 #20

Open
Yi-hash1 opened this issue Apr 15, 2024 · 1 comment
Open

部署改进的v8模型的时候,make yolo报错 #20

Yi-hash1 opened this issue Apr 15, 2024 · 1 comment

Comments

@Yi-hash1
Copy link

image
Segmentation fault (core dumped)
Makefile:99: recipe for target 'yolo' failed
make: *** [yolo] Error 139

设备:jetson nano 4GB
是因为算力不够吗,还是别的原因,求解答

@Melody-Zhou
Copy link
Owner

image Segmentation fault (core dumped) Makefile:99: recipe for target 'yolo' failed make: *** [yolo] Error 139

设备:jetson nano 4GB 是因为算力不够吗,还是别的原因,求解答

从日志信息来看模型似乎正常推理了但是会出现了段错误,可能是数组越界这类的错误,你可以Debug调试下看 app_yolo.cpp 74 行后的哪行代码出现了错误

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