Skip to content

export onnx dims #10414

@alicera

Description

@alicera

Search before asking

Question

I expect the result for onnx

Inputs:  ['images']
Outputs:  ['output', '516', '530'] 

##########################################
input name images
input shape [1, 3, 640, 640]
input type tensor(float) 

output name: output
output shape: [1, 3, 80, 80, 6]
output type: tensor(float) 

output name: 516
output shape: [1, 3, 40, 40, 6]
output type: tensor(float) 

output name: 530
output shape: [1, 3, 20, 20, 6]
output type: tensor(float) 

I try command
python export.py --inplace
or
python export.py

It always combine all the output to one.

Additional

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    StaleStale and schedule for closing soonquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions