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

Anchors #57

Open
tersekmatija opened this issue Nov 19, 2021 · 0 comments
Open

Anchors #57

tersekmatija opened this issue Nov 19, 2021 · 0 comments

Comments

@tersekmatija
Copy link

Hey, I noticed when converting YoloV4-tiny that in code at lines 101-102, anchors with indices 1,2,3 are passed to the detection layer instead of anchors 0,1,2. I understand that in default pretrained YoloV4 tiny, the mask is wrong in the CFG and set to 1,2,3, which impacts the detection of small objects. This is fixed with CFG for custom objects.

So, a good way might be to provide an option to just use right indices 0:3 and 3:6, and then fix this with anchors flag as input.

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

1 participant