First, thank you for your work on optimizing the YOLOv7 model.
After exporting it to an ONNX model with a dynamic batch size, I built a model repository for triton server deployment. However, I encountered an error.
Here was the log when I built triton server: log.txt

Below are the details of the export process and ONNX model creation:
python3 models/export.py --grid --dynamic
The exported model is shown here:

I completely exported onnx model with dynamic batchsize, but the error tell me that the first dimension of output was specific, not dynamic.
Would you kindly review this model and help me resolve the issue?
First, thank you for your work on optimizing the YOLOv7 model.
After exporting it to an ONNX model with a dynamic batch size, I built a model repository for triton server deployment. However, I encountered an error.
Here was the log when I built triton server: log.txt

Below are the details of the export process and ONNX model creation:
The exported model is shown here:

I completely exported onnx model with dynamic batchsize, but the error tell me that the first dimension of output was specific, not dynamic.
Would you kindly review this model and help me resolve the issue?