Impossible to convert RTDetr model
Hi, I cannot convert rtdetr (L - version) model from Ultralytics framework neither using directly export command (see attached "export_rtdetr.txt" file and "export_rtdetr_error.txt") neither using onnx NCNN convertor (i.e convert to ONNX format from Ultralytics SDK firstly and then using NCNN convertor). Maybe I did something wrong, could you help me ? Thanks. export_rtdetr.txt export_rtdetr_error.txt
针对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
Hi, @WillWarti were you able to export rtdetr to ncnn? I am hitting the same stone, no luck so far!