openvinotoolkit / openvinotoolkit/open_model_zoo
license-plate-recognition-barrier-0007 output shape
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 1.4k
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 4
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)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the converted model page for public/license-plate-recognition-barrier-0007 with the XML file at public/license-plate-recognition-barrier-0007/FP32/license-plate-recognition-barrier-0007.xml. Check the reported output dimensions against the test program's 80-byte result and determine which source is authoritative. Done means the documented and converted-model output shapes are consistent and verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- xml
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100