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

i want to convert Darknet Yolov4-csp,mish.weights into onnx format ?? #3475

Closed
akashAD98 opened this issue May 7, 2021 · 3 comments
Closed
Labels
topic: converters Issues related to ONNX converters topic: enhancement Request for new feature or operator

Comments

@akashAD98
Copy link

i was searching on internet,i haven't got any sourse code for converting this mish & CSP weights into onxx format. it will be great help if you add these features in onnx. Thanks in advance.

@akashAD98 akashAD98 added the topic: enhancement Request for new feature or operator label May 7, 2021
@jcwchen jcwchen added the topic: converters Issues related to ONNX converters label May 10, 2021
@jcwchen
Copy link
Member

jcwchen commented May 10, 2021

Hi @akashAD98,
What are mish & CSP weights? Is it something that pytorch models use? It should be a question for the converter (pytorch to ONNX). If it's a pytorch model, please open an issue under pytorch repo to request help for model conversion and tag module: onnx. Thanks.

@jcwchen jcwchen closed this as completed May 10, 2021
@akashAD98
Copy link
Author

@jcwchen its darknet scaled Yolo models i.e Yolov4-mish,yolov4-csp which is state of art model ,i think onnx will help to convert this weights into onnx format.Thanks in advance.Hope you will help

@jcwchen
Copy link
Member

jcwchen commented May 17, 2021

Thank you for providing more details.

Related discussion about how to export yolov4-csp to ONNX: WongKinYiu/ScaledYOLOv4#56

For yolov4-mish, I assume it needs Mish operator and this is not supported in ONNX yet. There is an open issue for it already: #2818.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: converters Issues related to ONNX converters topic: enhancement Request for new feature or operator
Projects
None yet
Development

No branches or pull requests

2 participants