Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
yamt opened this issue Jun 13, 2025 · 1 comment
Open

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

yamt opened this issue Jun 13, 2025 · 1 comment

Comments

@yamt
Copy link

yamt commented Jun 13, 2025

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)

@Wovchena
Copy link
Collaborator

Maybe something changed in one of the frameworks. There's no one to investigate it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants