zhy520xp / mace-makefile-project

makefile 交叉编译 libmace.a,并能在嵌入式端调用GPU来跑深度学习模型
95 stars 18 forks source link

ssd #19

Open morgan322 opened 2 months ago

morgan322 commented 2 months ago

mobilenetssd模型跑不起来 /usr/bin # demo W ../mace/core/runtime/opencl/opencl_runtime.cc:40] Set GPU configurations, gpu_perf_hint: 3, gpu_priority_hint: 3 W ../mace/core/runtime/opencl/opencl_runtime.cc:312] There is no precompiled OpenCL binary file in [/usr/lib/] =====>>>>>start to CreateMaceEngineFromProto I ../mace/core/mace.cc:337] Create MaceEngine from model pb F ../mace/core/mace.cc:312] Check failed: model_data != MAP_FAILED Failed to map model data file ssd_mobilenet_v1.data, error code: Invalid argument Aborted (core dumped) 能不能出个ssd的检测 谢谢