-
I am trying to implement Codeformer on the Android system. Are there any documents or repositories available for this? I would greatly appreciate any advice.
-
Many types of models make use of the Shape and Gather ops, but these still are not supported by ncnn. Using things like onnxoptimizer/onnxsim cannot always optimize these ops a way. Please add ncnn su…
-
vkCreateInstance failed -9
vkCreateInstance failed -9
*** Error in `./waifu2x-ncnn-vulkan': double free or corruption (out): 0x00007f80fd4b9040 ***
======= Backtrace: =========
/lib64/libc.so.6(+0…
-
Hello,
I have followed this article (mentioned below) to prepare model.param and model.bin.
**https://cdmana.com/2021/07/20210721095026166r.html**
I followed each and every step for the custom m…
-
How to convert the model to ncnn? If there is no WARP layer in ncnn, then how can it be converted with a dimension of not 3 channels? in the inference function, the flow dimension has 2 channels inste…
-
After training a custom model and converting it to NCNN, I'm getting unexpected weird detections as below. There were no issues with torch or ONNX inference. Anyone able to solve it?
When I convert t…
-
2019-05-28日更新:开源一个准商用级106点模型
ZQCNN格式:在model文件夹det5-dw112
mxnet格式:链接:https://pan.baidu.com/s/19DTG3rmkct8AiEu0l3DYjw 提取码:qjzk
请问下,我按照你说的转换该模型到ncnn,执行时候有奔溃现象
Thread 9 "landmark" received signa…
-
The model consists of operations like ['ExpandDims', 'Split', 'Convolution1D', 'Permute', 'UnaryOp', 'BinaryOp', 'MemoryData', 'MatMul', 'Clip', 'Reduction', 'Reshape', 'Gemm', 'Concat', 'Slice', 'Sof…
-
## error log | 日志或报错信息 | ログ
## context | 编译/运行环境 | バックグラウンド
## how to reproduce | 复现步骤 | 再現方法
1. Code and models avaible from https://github.com/FeiGeChuanShu/ncnn-Android-mediapipe_hand and co…
-
I have attempted to convert these models using both PNNX and doing PTH -> ONNX -> NCNN (using convertmodel.com), and neither one works. This seems to be because of numerous operations that NCNN still …