lyuwenyu / RT-DETR

[CVPR 2024] Official RT-DETR (RTDETR paddle pytorch), Real-Time DEtection TRansformer, DETRs Beat YOLOs on Real-time Object Detection. 🔥 🔥 🔥
Apache License 2.0
2.62k stars 302 forks source link

Is there a way to export RT-DETR rknn? #74

Open tino926 opened 1 year ago

tino926 commented 1 year ago

Hello! Thank you for your impressive work. I’m trying to run RT-DETR on RK3588, but I’m having trouble converting the model to rknn format. The exported .onnx model requires opset>=16, but rknn only supports opset<=12. Do you know of any way to get around this issue?

otsebriy commented 11 months ago

Hi, I got the same issue while converting to TensorFlow. Did you solve it?

tino926 commented 11 months ago

Hi, I got the same issue while converting to TensorFlow. Did you solve it?

sadly, nope ...