-
升级ncnn的库为 20190611 bade132的ncnn-android-vulkan-lib后运行闪退报错,错误信息如下。改为 20190611 bade132的ncnn-android-lib运行正常
```
2019-08-05 17:54:32.945 30957-30957/com.example.l.mobilefacenet A/libc: Fatal signal 11 …
-
Android studio assembleRelease编译examples-demo异常,如下异常log
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':runtime-mnn:externalNativeBuildRelease'.
> Build…
-
当我编译build aarch64 library,执行cmake遇到如下问题:
zyn@ubuntu:~/NCNN/ncnn/build-android-aarch64$ echo $NDK_HOME
/home/zyn/android-ndk-r13b
zyn@ubuntu:~/NCNN/ncnn/build-android-aarch64$ cmake -DCMAKE_TOOLCH…
-
shader
- [x] priorbox (ssd)
- [x] premute (ssd)
- [x] deconvolution
- [x] deconvolutiondepthwise (yolo)
- [x] interp (upsample)
- [x] reorg (yolov2)
- [x] prelu
- [x] reshape
- [x] tanh
- [x…
nihui updated
5 years ago
-
hi, 最新的Android SDK的tools里已经没有 ant了,所以 ant debug编译不了。。。
lybvinci的方法直到 ndk-build都是没有问题的, libs 文件夹会被编译到 ncnn/examples/squeezencnn 下,但是运行 Android Studio project会报错
```
java.lang.UnsatisfiedLinkError:…
-
android ios 预编译库 20190611 bade132中的ncnn.framework.zip 是 ios 的静态库(armv7 + arm64 + i386 + x86_64)
在Deployment Target8.0的模拟器中编译失败,Targeted OS version does not support use of thread local variables in …
FoneG updated
5 years ago
-
I'm developing Android mobilenet version using NCNN.
but I encountered this error.
Maybe libcncc.a has problems.
Is it relatively to [this post](https://github.com/Tencent/ncnn/wiki/cmake-%E6%89%93…
-
用最新 master branch 上的 ncnn + ndk-r17C 轉 squeezenet_v1.1
先用編譯好的 tool,ncnn2caffe -> ncnn2mem 生成 `squeezenet_v1.1.id.h` 、`squeezenet_v1.1.mem.h` 跟 `squeezenet_v1.1.param.bin`
修改 https://github.com/…
twmht updated
5 years ago
-
按照https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-android中的方法编译报错:
系统:ubuntu 16.04
cmake:3.10.3
1 下载NDK 本人下载的是android-ndk-r18b版本
2 下载ncnn源码
3 cd到源码根目录下创建build-android-armv7文件夹
4 cd 到…
-
Thank you for your sharing~ Can you give time consumption statistics on pc or mobile?