-
Hi YOLOv5 community!
I created a repository that might be helpful to some people: [YOLOv5-ncnn-OpenVINO-MNN-ONNXRuntime-OpenCV-CPP](https://github.com/Avafly/YOLOv5-ncnn-OpenVINO-MNN-ONNXRuntime-Op…
-
加载tflite权重,pytorch模仿原网络结构重新搭建网络,然后把加载的权重重新加载到网络中即可
_Originally posted by @FeiGeChuanShu in https://github.com/FeiGeChuanShu/ncnn_Android_BlazePose/issues/2#issuecomment-1082841214_
…
-
我是Android 9 - MIUI 12.0.1 ,在AndroidStudio里编译运行安装都没问题,但手机上启动后是黑屏,摄像头权限已经赋予了。看日志如下:
'''
ncnn com.tencent.yolov8ncnn D loadModel 0x7f21aaaa00
ncnn com.tencent.yolov…
-
NDK version : 21.3.6528147
CMAKE version : 3.10.2.4988404
My CMakeLists.txt file:
`project(yolov8ncnn)
cmake_minimum_required(VERSION 3.10)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 …
-
Is it possible to run Codeformer ncnn version? :
https://github.com/FeiGeChuanShu/CodeFormer-ncnn
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
_No response_
### Bug
…
-
I am researching how to implement GFPGAN with ncnn on the Android platform. I have tested your code along with Vulkan, but it seems like it doesn't work on Android devices. Could you please provide me…
-
您好@nihui
我使用yolov5生成一个best.pt,然后使用命令python export.py --weights best.pt --int8 --include onnx --simplify导出onnx模型,再通过pnnx best.onnx inputshape=[1,3,640,640]生成了best.ncnn.bin和best.ncnn.param文件,替换这个工程的…
-
Build command failed.
Error while executing process D:\android with arguments {skd\cmake\3.10.2.4988404\bin\ninja.exe -C F:\ncnn-android-yolox-main\ncnn-android-yolox-main\app\.cxx\cmake\debug\arm64-…
-
## detail | 详细描述 | 詳細な説明
导出模型时使用yolo cli
```shell
yolo export model=cc_yolo11n.pt format=ncnn
```
看到 #5721 说yolov11可以直接使用v8的例程,因此直接编译了`examples/yolov8.cpp`
将生成的`cc_yolo11n_ncnn_model`下的`model.n…