Open
Description
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
Labels
No labels