OAID / Caffe-HRT

Heterogeneous Run Time version of Caffe. Added heterogeneous capabilities to the Caffe, uses heterogeneous computing infrastructure framework to speed up Deep Learning on Arm-based heterogeneous embedded platform. It also retains all the features of the original Caffe architecture which users deploy their applications seamlessly.
Other
269 stars 99 forks source link

Is the mobilenet-ssd supported? #38

Open Bo331429856 opened 6 years ago

Bo331429856 commented 6 years ago

Hi, I have got an experimental card of rk3399, and I am a newer of ACL. I want to know the time of one forwarding of mobilenet with GPU?(I have read the docs provided, sorry to get it.)

thank you for your help.

joey2014 commented 6 years ago

Not support mobilenet-ssd. There are some layers e.g. PriorBox, Permute used by mobilenet-ssd which is not supported by Caffe,

Haffon commented 5 years ago

Okay, so I will try to compile this and "https://github.com/weiliu89/caffe/tree/ssd" for arm.