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

how to use nms when i use export.py to export onnx #523

Open
jifeng632 opened this issue Jul 1, 2024 · 1 comment
Open

how to use nms when i use export.py to export onnx #523

jifeng632 opened this issue Jul 1, 2024 · 1 comment

Comments

@jifeng632
Copy link

when i use export.py to export onnx model, i found there's no nms
but after i tried export.py with --nms the exported model
still need to write nms when use the onnx model

these models
yolov9-s.pt
gelan-s.pt

@jifeng632
Copy link
Author

when i use https://huggingface.co/Xenova/gelan-c_all , i found
img_v3_02cd_fcecef1c-badb-4468-ab39-ce96000ec6bh
there's already nms in the exported model , but when i use export.py
img_v3_02cd_416142c8-7983-49e5-99d4-e0dfdb2e01ch
here we need to write nms ,
how to export onnx model with nms and the output like [xxx, 6]

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