8000 [onnx-model] check consistence on output names · Issue #118 · FocoosAI/focoos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[onnx-model] check consistence on output names #118
Open
@giuseppeambrosio97

Description

@giuseppeambrosio97

At the moment bisenet-former masks and logits are swapped in the onnx exported model.

Check also on other models if this error is present.

    def get_dynamic_axes(self) -> DynamicAxes:
        return DynamicAxes(
            input_names=["images"],
            output_names=["logits", "masks"],
            dynamic_axes={
                "images": {0: "batch", 2: "height", 3: "width"},
            },
        )

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0