caffe-mobile icon indicating copy to clipboard operation
caffe-mobile copied to clipboard

Optimized (for size and speed) Caffe lib for iOS and Android with out-of-the-box demo APP.

Results 11 caffe-mobile issues
Sort by recently updated
recently updated
newest added

Team, it'll be helpful if you guide me that how I can get the **.so file for arm64-v8a**. With new Google Play Store guidelines, we need to make our app...

im really a newbie in this area, so can someone tell me how to train faster-r-cnn with vgg16 on caffe ? i will really appreciate that thanks

Hello, I want to try your lib-mobile for my thesis and have some questions. I'm glad you can help me. I manage my model in MATLAB and it works. I...

First i use prototxt and caffemodel to inference, i get the right result, but the compute cost is too high in my cellphone. when i change it to protobin and...

我们App加载forward了几个模型,占用内存达到了200M,但没找到用来释放这些内存的代码。

i replace caffe with myself caffe, then ./tools/build_android.sh There is link error like this: canning dependencies of target caffe [ 57%] Linking CXX shared library ../../lib/libcaffe.so [ 57%] Built target...

It's your original lenet protobin and caffemodel, I replaced the image with a "5", 28*28 size image, and the result shows it's [8] ![image](https://user-images.githubusercontent.com/36907637/39665083-d3da9f48-50c0-11e8-908c-0a03b4e5dffb.png)

I get the following errors when trying to run `./tools/build_android.sh` The main error seems to be not found. I followed the procedure mentioned in README. I have all the dependencies...

That's what xcode told me. I'm using Xcode on macbook to run the ios project, there's no problem with the connection between mac and iphone, however, here it comes when...

初始化一个CaffeMobile实例进行提特征时内存占用大概250MB左右,为了提高效率初始化两个CaffeMobile实例在两个子线程中同时提取两张图片特征时,内存瞬间飙到好几个G,小米MIX2有6G多可用内存都直接崩溃掉,请问是什么情况?