Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I change my yolov9 “best.onnx” model to "yolov9net"and "detectorYolov9"? #4

Open
issarah0201 opened this issue Jan 10, 2025 · 4 comments

Comments

@issarah0201
Copy link

I have try using function "importYolov9model.m" to change "best.onnx" to yolov9net ,however there are some problems happening during exchange unsqueezed layer , can this code achieve transforming the "best" to net ?

@zuberkhan175
Copy link
Member

Hi, could you please share the reproduction steps and the necessary files you are using to convert? The function is designed to obtain the dlnetwork from corresponding onnx file, so ideally it should generate the dlnetwork, given that the export function uses opset version of 14.

@issarah0201
Copy link
Author

export.zip
yolov9-main.zip
Hello,these are my export.py and yolov9.py documents, I didn't know their version...

@issarah0201
Copy link
Author

If the version is wrong, should I totally change to use new yolov9 code ,or only change export.py?

@issarah0201
Copy link
Author

Could you please offer your version-14 export.py document to me? I couldn't find out the suitable version on website.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants