joey2014
joey2014
New version can't repro the issue.
The reason is ACL didn't support pooling top mask, we have to fall back the test to Caffe: diff --git a/src/caffe/layers/acl_pooling_layer.cpp b/src/caffe/layers/acl_pooling_layer.cpp index f62fb5d..c7951d7 100644 --- a/src/caffe/layers/acl_pooling_layer.cpp +++ b/src/caffe/layers/acl_pooling_layer.cpp @@...
Not support mobilenet-ssd. There are some layers e.g. PriorBox, Permute used by mobilenet-ssd which is not supported by Caffe,
The the libarm_compute.so in AID is 64bit, did you try to build 32bit libraries? if so, please compile Arm Compute library to 32 bit yourself.
@sejal-gupta Did you try to build 32 bits program? Can you paste the error message?
@sejal-gupta You tried to build 32 bits Caffe, but the default build enviroment only works on 64 bits. There are two reasons that caused the link failure: 1. The prebuilt...
from https://github.com/OAID/Caffe-HRT/blob/master/acl_openailab/installation.md it's moved to ftp wget ftp://ftp.openailab.net/tools/script/gen-pkg-config-pc.sh