Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

How to reproduce yolov3 anchor? #22

Open
zgcr opened this issue Nov 9, 2020 · 0 comments
Open

How to reproduce yolov3 anchor? #22

zgcr opened this issue Nov 9, 2020 · 0 comments

Comments

@zgcr
Copy link

zgcr commented Nov 9, 2020

Hi,I want to use the code to reproduce yolov3 anchor:[[10, 13], [16, 30], [33, 23], [30, 61],[62, 45], [59, 119], [116, 90], [156, 198],[373, 326]].
I use kmeans.py code to generate 9 anchor on those dataset:

# resize=416,voc2007
# [[22, 33], [58, 45], [34, 79], [69, 110], [137, 94], [103, 186], [268, 146], [180, 242], [329, 268]]

# resize=416,voc2007+2012
# [[20, 27], [29, 64], [57, 42], [55, 108], [113, 82], [98, 171], [245, 134], [167, 237], [319, 269]]

# resize=416,coco2017
# [[5, 7], [10, 20], [19, 12], [19, 40], [38, 25], [39, 80], [75, 50],
#  [103, 129], [246, 228]]

The results is different from yolov3 anchor.
Could you tell me how to reproduce this anchor:[[10, 13], [16, 30], [33, 23], [30, 61],[62, 45], [59, 119], [116, 90], [156, 198],[373, 326]]?

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

No branches or pull requests

1 participant