danielsyahputra/yolov9-onnx

ONNX model type

Closed this issue · 2 comments

Hello , i see you are using yolov9-c.onnx .
I use yolov9-s.pt
python export.py --include onnx
and it successfully export yolov9-s.onnx. through netron tool i can see the difference between -c.onnx and -s.onnx.
My question is the script whether adapt to -s.onnx.I can see the input and output shape is same.

yolov9s
image
yolov9c
image

Yes, the script is also can be adapt to -s onnx version.

@danielsyahputra I need to process multi images , every time i inference i must init onnx session. Is there any ways to load model just once.