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
我在BM1684上运行yolov5_bytetrack_distributor_resnet_converger这个demo,程序运行一会后,出现了以下错误: [bmlib_memory][error] bm_alloc_gmem failed, dev_id = 0, size = 0x639c00 [BM_CHECK][error] BM_CHECK_RET fail /workspace/libsophon/bmlib/src/bmlib_memory.cpp: bm_malloc_device_byte_heap: 994 [STREAM_CHECK_ERROR] /workspace/element/algorithm/yolov5/../algorithmApi/inference.h: 117 [STREAM_CHECK_MESSAGE] Expected ret == 0 to be true, but got false. Alloc Device Memory Failed! Program Terminated.
The text was updated successfully, but these errors were encountered:
内存申请不到了,可以考虑修改内存布局,也可以检查一下是不是路数太多,抽帧太少,或者线程配置不合理
Sorry, something went wrong.
解决了,入口的json文件配置了四个视频输入,只使用一个视频,没再出现这个问题
No branches or pull requests
我在BM1684上运行yolov5_bytetrack_distributor_resnet_converger这个demo,程序运行一会后,出现了以下错误:
[bmlib_memory][error] bm_alloc_gmem failed, dev_id = 0, size = 0x639c00
[BM_CHECK][error] BM_CHECK_RET fail /workspace/libsophon/bmlib/src/bmlib_memory.cpp: bm_malloc_device_byte_heap: 994
[STREAM_CHECK_ERROR] /workspace/element/algorithm/yolov5/../algorithmApi/inference.h: 117
[STREAM_CHECK_MESSAGE] Expected ret == 0 to be true, but got false. Alloc Device Memory Failed! Program Terminated.
The text was updated successfully, but these errors were encountered: