Open emreaniloguz opened 2 years ago
You can download files from here;
https://drive.google.com/drive/folders/1BvyEBIf1n-8i7NRU5qznxPUQdLtbW9dH?usp=sharing
hello,have you solved this problem? i had the same problem.
hello,have you solved this problem? i had the same problem.
Yeah, I have solved the problem. I'm trying to prepare a repo about this issue, when it is finished I will be sharing it from here.
hello,have you solved this problem? i had the same problem.
Yeah, I have solved the problem. I'm trying to prepare a repo about this issue, when it is finished I will be sharing it from here.
ok,thanks a lot
hello,have you solved this problem? i had the same problem.
Yeah, I have solved the problem. I'm trying to prepare a repo about this issue, when it is finished I will be sharing it from here.
hello, i had the same problem. could you share to solve it.
hello,have you solved this problem? i had the same problem.
Yeah, I have solved the problem. I'm trying to prepare a repo about this issue, when it is finished I will be sharing it from here.
could you share to solve it. Pls!
针对onnx模型转换的各种问题,推荐使用最新的pnnx工具转换到ncnn In view of various problems in onnx model conversion, it is recommended to use the latest pnnx tool to convert your model to ncnn
pip install pnnx
pnnx model.onnx inputshape=[1,3,224,224]
详细参考文档 Detailed reference documentation https://github.com/pnnx/pnnx https://github.com/Tencent/ncnn/wiki/use-ncnn-with-pytorch-or-onnx#how-to-use-pnnx
error log | 日志或报错信息 | ログ
Segmentation fault (core dumped)
model | 模型 | モデル
how to reproduce | 复现步骤 | 再現方法
I have trained a custom Yolo5s model (from here: https://github.com/ultralytics/yolov5),
Then I converted .pt file to .onnx format with the code that i wrote
Then I simplified the onnx model,
Finally, I converted the simplified onnx model to the .bin and .param format.
With the operations above I follow this guide to get an output from my model but, (https://ncnn.docsforge.com/master/wiki-home/#input-data-and-extract-output)
The error
My .param file