You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
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:
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]]?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
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]]?
The text was updated successfully, but these errors were encountered: