You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
报错信息:
[Paddle2ONNX] Oops, there are some operators not supported yet, including deformable_conv,matrix_nms,
[ERROR] Due to the unsupported operators, the conversion is aborted.
更多信息 :
用于部署的推理引擎:
为什么需要转换为ONNX格式:真心需要
Paddle2ONNX版本: 1.0.5
你的联系方式(Email/Wechat/Phone): DDXRAY952(Wechat)
报错截图
其他信息
The text was updated successfully, but these errors were encountered:
请将下面信息填写完整,便于我们快速解决问题,谢谢!
问题描述
请在此处详细的描述报错信息
ppyolo模型转onnx失败啦!
模型链接:
https://github.com/PaddlePaddle/PaddleDetection/tree/release/2.5/configs/ppyolo
转换命令:
paddle2onnx --model_dir ppyolov2_r101vd_dcn_365e_coco --model_filename model.pdmodel --params_filename model.pdiparams --opset_version 11 --save_file ppyolov2_r101vd_dcn_365e_coco.onnx
报错信息:
[Paddle2ONNX] Oops, there are some operators not supported yet, including deformable_conv,matrix_nms,
[ERROR] Due to the unsupported operators, the conversion is aborted.
更多信息 :
报错截图
![image](https://private-user-images.githubusercontent.com/115347273/238344403-8f051c00-a901-4801-ac93-aa4e4885639b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MzUyNzcsIm5iZiI6MTczOTYzNDk3NywicGF0aCI6Ii8xMTUzNDcyNzMvMjM4MzQ0NDAzLThmMDUxYzAwLWE5MDEtNDgwMS1hYzkzLWFhNGU0ODg1NjM5Yi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQxNTU2MTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mNDk3NTEwNjQxNjkyNjJkODk0YjkzY2RmZDNiMmI5MGRkZTQ3MTY2ZjAwOTFkZDg3YjMwZjgwYjdhZjkyYjNlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.WN66GSmslztPzNGEF-2OZJy6eIiX6ulirEU8RmGCOls)
其他信息
The text was updated successfully, but these errors were encountered: