onnx / onnx/models

Is there any notebook of python code which i can refer to run yolov2-coco.onnx?

Open
#501 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.