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

the model is yolov7-tiny, but the anchor size is yolov7? #2

Open
hellocodelxy opened this issue Jan 10, 2023 · 3 comments
Open

the model is yolov7-tiny, but the anchor size is yolov7? #2

hellocodelxy opened this issue Jan 10, 2023 · 3 comments

Comments

@hellocodelxy
Copy link

hi, i have a question.
your model is yolov7-tiny, but he anchor size in yolov7.cpp is yolov7's size. Is there any error?

@Qengineering
Copy link
Owner

Very sharp.
It doesn't matter that much. If you compare the outcome, the YoloV7 anchors are even better positioned than the tiny counterparts.
image
image

@evanshlom
Copy link

Does this mean yolov7 is being used instead of yolov7-tiny?

@Qengineering
Copy link
Owner

Dear @evanshlom,

No. YoloV7-tiny is still used. Hence the impressive inference times.
Only the algorithm finding the boxes is feed by YoloV7 parameters.
Which, surprisingly, gives better results in this situation than the tiny anchors.

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

3 participants