Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what is this anchor #46

Open
kumarutkarsh1248 opened this issue Jul 11, 2024 · 2 comments
Open

what is this anchor #46

kumarutkarsh1248 opened this issue Jul 11, 2024 · 2 comments

Comments

@kumarutkarsh1248
Copy link

kumarutkarsh1248 commented Jul 11, 2024

In your article explaining how to use the yolo model what is this anchors list
Screenshot from 2024-07-11 12-54-58

@hollance
Copy link
Owner

It's a set of predefined bounding boxes at different (fixed) positions and sizes. Rather than directly predicting bounding box coordinates, this version of YOLO predicts how each of these predefined bounding boxes (anchors) are moved and scaled to fit objects in the image.

@kumarutkarsh1248
Copy link
Author

Hi @hollance,
I'm currently working on an ONNX converter for the MLPack framework (a C++ machine learning framework). I've successfully developed an initial prototype for the ONNX-MLPack converter, which works fine with the yolov2.onnx model you provided since it has a simple graph. Now, I'm trying to test my converter with the yolov3.onnx models I found online, but all of them seem to have very complex graphs.

these are some of the yolov3.onnx models i found online but all have very complex graph
https://github.com/onnx/models/tree/main/validated/vision/object_detection_segmentation/yolov3
https://github.com/onnx/models/tree/main/validated/vision/object_detection_segmentation/tiny-yolov3

if you have worked on yolov3.onnx then could you please provide some yolov3.onnx model with simpler graph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants