Skip to content

Export onnx to deploy triton server error #86

Description

@haopd12

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
Image

Below are the details of the export process and ONNX model creation:

python3 models/export.py --grid --dynamic

The exported model is shown here:
Image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions