input pb data for may not be what people expect
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 9.8k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
Hi, having had difficulty getting satisfying results from tiny yolo I tried loading and previewing the example data I was a bit surprised when I saw this was the result of the 416x416 image:

So after some playing around with the pixel width, I retrieved this (500x332):

So I guess the image was supposed to be resized or cropped but that hasn't happened here. Should this be corrected? Or would you have to throw out your test results? I mean, the Output.pb results may match what should get but that only counts as a test rather than an example because random colours are not what people will be using these models on.
Contributor guide
No contributing guide indexed for this repository
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
Review the linked ONNX Models issue comment and the Tiny YOLO example input and Output.pb data, then reproduce the 416x416 and 500x332 previews described here. Determine whether the example is expected to resize or crop the image, and document the confirmed behavior and expected test result.
Written by the indexing model from the issue text.
Assessment
- Domain
- computer-vision, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100