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

Do yolo-seg support exporting to "ONNX END2END"? #368

Open
itachi1232gg opened this issue Apr 18, 2024 · 2 comments
Open

Do yolo-seg support exporting to "ONNX END2END"? #368

itachi1232gg opened this issue Apr 18, 2024 · 2 comments

Comments

@itachi1232gg
Copy link

python export.py --weights ./gelan-c-seg.pt --simplify --topk-all 100 --iou-thres 0.65 --conf-thres 0.35 --img-size 640 640 --include onnx_end2end

ONNX END2END: export failure 2s: 'tuple' object has no attribute 'permute'

@levipereira
Copy link

Only Detection models are supported by TRT End2End. I will review the code, to raise a warning.

@levipereira
Copy link

Check this implementation #446

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