We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Segmentation fault (core dumped) Makefile:99: recipe for target 'yolo' failed make: *** [yolo] Error 139
设备:jetson nano 4GB 是因为算力不够吗,还是别的原因,求解答
The text was updated successfully, but these errors were encountered:
Segmentation fault (core dumped) Makefile:99: recipe for target 'yolo' failed make: *** [yolo] Error 139 设备:jetson nano 4GB 是因为算力不够吗,还是别的原因,求解答
从日志信息来看模型似乎正常推理了但是会出现了段错误,可能是数组越界这类的错误,你可以Debug调试下看 app_yolo.cpp 74 行后的哪行代码出现了错误
app_yolo.cpp
Sorry, something went wrong.
No branches or pull requests
Segmentation fault (core dumped)
Makefile:99: recipe for target 'yolo' failed
make: *** [yolo] Error 139
设备:jetson nano 4GB
是因为算力不够吗,还是别的原因,求解答
The text was updated successfully, but these errors were encountered: