Is there any notebook of python code which i can refer to run yolov2-coco.onnx?
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 9.8k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
Question
I am trying to use yolov2-coco.onnx model but there is not any reference code where i can at least run the models. I don't know what needs to be done to run this model.
Further information
Relevant Area (e.g. model usage, backend, best practices, pre-/post- processing, converters):
I was using the yolov4.onnx model and used the code to run yolov2-coco.onnx but the anchor and coco.names was not correct.
Is there any code which i can use to run yolov2-coco.onnx and get object from an image.
Is this issue related to a specific model?
yolov2-coco:
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
Start with the yolov2-coco model directory and compare its expected anchors and coco.names with yolov4/dependencies/inference.ipynb. A useful outcome would be a runnable Python notebook that performs inference on an image and uses the yolov2-coco-specific configuration to return detected objects.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- computer-vision, documentation, machine-learning
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100