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

[Question] Sample with Anchor Box #16

Open
amarflybot opened this issue Sep 30, 2022 · 1 comment
Open

[Question] Sample with Anchor Box #16

amarflybot opened this issue Sep 30, 2022 · 1 comment

Comments

@amarflybot
Copy link

amarflybot commented Sep 30, 2022

This is great reference for c++.
Question:
In Line https://github.com/itsnine/yolov5-onnxruntime/blob/master/src/detector.cpp#L112 .
Why are we considering only first element of outputTensors, It has 4 output array.
We could request for all 4 outputs if we change parameters in https://github.com/itsnine/yolov5-onnxruntime/blob/master/src/detector.cpp#L190

Any particular reason to go this way?

I could not find any reference including Anchor_boxes, Could you please add one?
Thanks.

@amarflybot amarflybot changed the title Sample with Anchor Box [Question] Sample with Anchor Box Sep 30, 2022
@Cats-eat-peppercorns
Copy link

I know what happened, the first output array is the large set of the remaining three, it is the collection of the three sizes of anchor boxes to the first output array, but I want to know why the output of my own training transformed model does not have the first large array, can you solve this problem please?

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