qin-yuhao / rknn-yolov9

yolov9 on rk3588
6 stars 0 forks source link

Conversion from .pt to .onnx to .rknn #1

Open tylertroy opened 4 months ago

tylertroy commented 4 months ago

Thank you for sharing your great work!

Can you please provide the process by which you created your rknn yolov9 model from the original torch model.

qin-yuhao commented 4 months ago

I'll give you a conversion tutorial, wait a few days

HduHestin commented 3 months ago

Hey I'm also interested in convert the ptmodel to onnx then rknn.Have you done it?I failed in build onnx model.Hope you can give me some suggestions

qin-yuhao commented 2 months ago

Hey I'm also interested in convert the ptmodel to onnx then rknn.Have you done it?I failed in build onnx model.Hope you can give me some suggestions

https://blog.csdn.net/zhangqian_1/article/details/136321979 you can follow this blog and use his code

qin-yuhao commented 2 months ago

Thank you for sharing your great work!

Can you please provide the process by which you created your rknn yolov9 model from the original torch model.

https://blog.csdn.net/zhangqian_1/article/details/136321979 you can follow this blog and use his code