-
Hi, I have an onxx with x2 upscaled model converted to ncnn model with .param .bin, how do use this new model and execute in the command line? Dragging .param an .bin to "models" folder does not work …
-
#include
#include
#include
#include
#include
#include
//using namespace std;
using namespace cv;
#include "net.h"
static int detect_squeezenet(const cv::Mat& bgr, st…
-
你好大佬,我按照你发的https://github.com/Digital2Slave/ncnn-android-yolov8-seg/wiki/Convert-yolov8%E2%80%90seg-to-ncnn-model-step-by-step 转换了一个模型,就是部署上去闪退,找不到原因。
-
模型来源:谷歌官方MobilenetV2
环境:win10,vs2017
转换过程:pb->onnx(验证无误)->ncnn(onnxsim + onnx2ncnn ) 不报错
调用代码:
`
#include
#include
#include
#include
#include
#include
static int detect_squeezen…
-
On ubuntu 18.04 when running `waifu2x-ncnn-vulkan -m /home/user/Src/waifu2x-ncnn-vulkan/models/models-upconv_7_anime_style_art_rgb -n 2 -s 1 -i 001.jpg -o 001.png` the following output happens. When …
-
When attempting to load BSRGAN with NCNN, I get the following error message:
```
Failed to convert Pytorch model to NCNN format! It might be incompatible.
Error: Attempted to load a new-format …
-
Trying to detect on an image using an ONNX model
```python
from demo_ncnn.python.demo_ncnn import NanoDetONNX
onnx_model=NanoDetONNX(model_path="model.onnx", input_shape=[h,w])
img_draw=onnx_…
-
1. When I trying to convert a simplified onnx to ncnn, the unknown error happened as below described:
```
~$ ./onnx2ncnn ../../net_sim.onnx net.param net.bin
Segmentation fault (core dumped)
```
…
-
Hi,
I have an onnx model that is not converted correctly to ncnn.
For example, the conv2d paddings are not read correctly. in the onnx format, the paddings are [0,0,1,1] which means that width a…
-
我通过将模型pth转为onnx在转为ncnn模型,但是不知道怎么获取mean_vals,norm_vals参数
原项目地址:https://github.com/JDAI-CV/fast-reid/tree/6300bd756e341ca180c60b8e07c218b9eb40664a/tools/deploy
Use official [fast-reid](https://github.…