-
Hi, I am having trouble with a converted custom yolov5s.pt to ncnn:
I have trained a custom yolov5s.pt object detector with two classes, say my_yolov5s.pt. Then, I converted it to my_yolov5s.onnx …
-
Hi,
I convert onnx models to the ncnn but it gives
find_blob_index_by_name input.1 failed
even I changed the input / output names porerly.
models at :
https://drive.google.com/drive/f…
-
hi, your network use torch.split operation, however when I convert trained onnx model to ncnn using the ./onnx2ncnn tool, there is some error: "split not supported yet" when convert to ncnn.
Could yo…
-
## detail | 详细描述 | 詳細な説明
In src/CMakeLists.txt, there are
`ncnn_add_layer(Squeeze)
ncnn_add_layer(Split)`
I have a onnx model which has a spli op.When it was converted to ncnn model file, tips ,U…
-
I am using waifu2x-ncnn-vulkan linux on a system running Ubuntu Mate. I have been batch-converting a bunch of images. Occasionally, waifu2x-ncnn-vulkan will fail with something like this:
fopen wai…
-
## Problem: incorrect detection
Windows platform. Image with wrong detection for example: ![image](https://user-images.githubusercontent.com/50637382/157051971-1c983230-a1f9-499b-bea5-ff5f4f0a50ff.pn…
-
Hi
Thanks for your continuous updating.
I converted the Keras model with the latest version of your project and compared the result from the NCNN model with one from the original model.
But the res…
-
```
python demo_file_ncnn.py \ master
--bpe-model-filename ./weights/icefall-asr-librispeech-lstm-transducer-stateless-2022-08-18/data/…
-
-
Many networks have the capability to run inference via ncnn, but require their .param file to be edited and adjust accordingly to properly work.
Currently if you give vs-ncnn a onnx network it resu…