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

Output ONNX file #573

Open
chingkhei-th opened this issue Mar 30, 2024 · 0 comments
Open

Output ONNX file #573

chingkhei-th opened this issue Mar 30, 2024 · 0 comments

Comments

@chingkhei-th
Copy link

I was trying to convert my tiny-yolov4 darknet weight into ONNX format. When I run python demo_darknet2onnx.py <cfgFile> <namesFile> <weightFile> <imageFile> <batchSize> by replacing each values. I got 2 ONNX model file:

  • yolov4_1_3_416_416_static.onnx
  • yolov4_64_3_416_416_static.onnx

Is this correct? I was expecting some output like custom_yolov4_tiny.onnx. I'm not sure if my output model is in tiny yolov4 format or just regular yolov4 format.
Also it will be really helpful if someone can suggest me how can I use my ONNX model in Unity.

Thanks in advance!

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

1 participant