Skip to content

Is it possible to convert tflite to onnx with changed input dimension? #2322

Open
@DongNaeSwellfish

Description

@DongNaeSwellfish

The input dimension of my tflite model is [1,128,128,3], and the dimensions of all the intermediate tensor and the outputs are fixed accordingly. I want to change the input dimension to [1,480, 640, 3], and apply changes to the following tensors. However, it seems not possible with the output onnx file. Is it to change the input dimension size with the tflite when converting to onnx?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionAn issue, pull request, or discussion needs more information

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions