-
I am using [this](https://github.com/k2-fsa/sherpa-ncnn/blob/master/python-api-examples/speech-recognition-from-microphone-with-endpoint-detection.py) script for building live speech recognition API. …
-
Can you write an example of YOLOV8?
-
I am trying to run the **DAIN NCNN** model, but I get the following error:
![image](https://user-images.githubusercontent.com/30475967/148105997-1a493689-f546-4f54-84ae-940bb900602b.png)
I have …
-
go build github.com/jinzhongmin/goffi/pkg/ffi:
# pkg-config --cflags -- libffi
pkg-config: exec: "pkg-config": executable file not found in %PATH%
# github.com/jinzhongmin/goffi/pkg/dlfcn
D:\go\p…
-
## 前置准备https://github.com/feigechuanshu/ncnn-android-yolov8/issues/8
ultralytics\nn\modules\block.py
ultralytics\nn\modules\head.py
1.需要修改,ultralytics\nn\modules\block.py class C2f(nn.Module): …
-
大佬 您好!请问下您有尝试转换yolov8m或者yolov8l转ncnn后做测试吗?我把yolov8l转ncnn后,用您这个项目跑会闪退。是不是我转的步骤有问题?请请教一下您是怎么转的呢。我使用官网的export转的:
from ultralytics import YOLO
model = YOLO("yolov8n-pose.pt")
model.export(format='ncnn…
-
when i exported model to ncnn, it cannot work. The error message is "layer torch.topk not exists or registered", but i try use ncnn in yolov8 which also has the layer torch.topk and it succeed, so i t…
-
wyw@sh-ai-01:/Data2/wyw/facefusion-ncnn$ ./build/facefusion-ncnn ./images/1.jpg ./images/2.jpg
Hello, from facefusion-ncnn!
start model load
face model load successed!
rec model load successed!
…
-
## 问题
pnnx使用torchscript模型导出后每次pnnx.export后使用生成的pnnx.py脚本推理结果都不一样,且pnnx和ncnn推理结果不一样
- 两次使用pnnx.export导出模型后pnnx.py执行结果对比
![image](https://github.com/user-attachments/assets/462f2d7c-9f3a-4f82-b0d1-…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…