caffe-android-lib
caffe-android-lib copied to clipboard
Porting caffe to android platform
/home/caffe-android-lib /home/caffe-android-lib /home/caffe-android-lib/OpenBLAS /home/caffe-android-lib make[1]: Entering directory '/home/caffe-android-lib/OpenBLAS/interface' make[1]: Leaving directory '/home/caffe-android-lib/OpenBLAS/interface' make[1]: Entering directory '/home/caffe-android-lib/OpenBLAS/driver/level2' make[1]: Leaving directory '/home/caffe-android-lib/OpenBLAS/driver/level2' make[1]: Entering directory '/home/caffe-android-lib/OpenBLAS/driver/level3' make[1]: Leaving directory '/home/caffe-android-lib/OpenBLAS/driver/level3' make[1]: Entering...
- **Fixed** **OpenBLAS** Builds failing issue by using Caffe Mobile #122 (Refer [this ](https://github.com/sh1r0/caffe-android-lib/issues/122#issuecomment-382681529)for more details) - Added script to build **OpenBLAS** without failing - Added `build-single.sh` to build without...
make: *** [getarch_2nd] Error 1 make -j 1 -f Makefile.install install make[1]: Entering directory '/caffe-android-lib/OpenBLAS' Generating openblas_config.h in /caffe-android-lib/android_lib/openblas/include Generating f77blas.h in /caffe-android-lib/android_lib/openblas/include Generating cblas.h in /caffe-android-lib/android_lib/openblas/include Copying the static...
I use armeabi-v7a with virtual Emulator API 23, while it makes something wrong when it goes to `Net *t = new Net(modelproto, TEST);` message here: ` --------- beginning of crash...
I have a network in caffe for text recognition and i wanted to put it on android device. Is this lib wat i need?
ubuntu16 , cmake version 3.5.1, android-ndk-r13b make[1]: Entering directory '/home/yg_dl/caffe-android-lib/snappy' /bin/bash ./libtool --tag=CXX --mode=compile -DHAVE_CONFIG_H -I. -g -O2 -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c -o snappy.lo snappy.cc /bin/bash ./libtool...
Hi everyone, Maybe do you have the next issue with Docker or Ubuntu 16.04: ``` bash find: '/caffe-android-lib/toolchains/armeabi/bin/': No such file or directory find: '/caffe-android-lib/toolchains/armeabi/bin/': No such file or directory...
I know training takes a lot time, I just want to know whether I can use my cell phone to train a model. Thanks
If I define and train a new caffe model, should I rebuild the lib file?
When i am running caffe in android platform, the performance become very slow if i use multiple threads to do prediction, if there is any solution for that?( CPU only~...