yolov9 icon indicating copy to clipboard operation
yolov9 copied to clipboard

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

Open itachi1232gg opened this issue 10 months ago • 2 comments

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'

itachi1232gg avatar Apr 18 '24 08:04 itachi1232gg

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

levipereira avatar Apr 22 '24 13:04 levipereira

Check this implementation #446

levipereira avatar May 15 '24 01:05 levipereira