ncnn-android-scrfd
ncnn-android-scrfd copied to clipboard
# The problem Actually this is not a problem with your code or ncnn model it just a generic problem when it comes to face heavy operations. Slowness and image...
用那个benchmark只用大核帧数不如全核,这个scrfd就有问题
请问模型要怎么手动修改yolov5s 模型,有推荐的工具或者需要遵循的规则吗?或者可以出一个文档吗
How we can compile for android API 22 ? Due to our chipset we stucked API 22 Best
Hi When we try to install apk it gives INSTALL FAILED OLDER SDK. error.
Android studio4.2.1 ncnn-20210525-android-vulkan opencv-mobile-4.5.1-android
Hi, would you mind to pack a linux (intel/arm/gpu) version of the scrfd ? would love to see arm / linux perfoamance Best
@nihui 大佬好,感谢大佬的代码,我已经按照设置把ncnn_dir 和 opencv_dir设置为自己的了,并且所有的ZIP下载下来解压后都放在了jni下,我的cmakelists像这样: ``` project(scrfdncnn) cmake_minimum_required(VERSION 3.10) set(OpenCV_DIR ./sdk/native/jni) find_package(OpenCV REQUIRED core imgproc) set(ncnn_DIR ./arm64-v8a/lib/cmake/ncnn) find_package(ncnn REQUIRED) add_library(scrfdncnn SHARED scrfdncnn.cpp scrfd.cpp ndkcamera.cpp) target_link_libraries(scrfdncnn ncnn ${OpenCV_LIBS} camera2ndk mediandk) ``` 但是在编译项目的时候还是找不到ncnn,想问下错在哪里了~感激不尽
在门禁设备上运行的时候只有前置摄像头,报错如下: getCameraCharacteristics: Camera ID does not exist! openCamera: cannot get camera characteristics for camera . err -10001 ACameraDevice_createCaptureRequest: invalid argument! device 0x0 request 0xac55c1a0 Fatal signal 11 (SIGSEGV), code 1,...