Skip to content

license-plate-recognition-barrier-0007 output shape #4015

Open
@yamt

Description

@yamt

https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/license-plate-recognition-barrier-0007#converted-model-1
says "shape: 1, 88".
to me, it looks like "1, 20".

a converted model, "public/license-plate-recognition-barrier-0007/FP32/license-plate-recognition-barrier-0007.xml", says:

                <layer id="138" name="d_predictions:0" type="Result" version="opset1">
                        <input>
                                <port id="0" precision="I32">
                                        <dim>1</dim>
                                        <dim>20</dim>
                                </port>
                        </input>
                </layer>

it matches what i got with my test program. (80 byte output)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions