longcw / yolo2-pytorch

YOLOv2 in PyTorch
1.55k stars 420 forks source link

Values of Anchor Box genereted #58

Open PythonImageDeveloper opened 6 years ago

PythonImageDeveloper commented 6 years ago

Hi , Generator_anchor_box file generate 10 values of anchors , i have question about these values , as we have 5 anchors and this generator generate 10 values, more likely a first two of 10 values related to first anchor box , right ? if so , what are means of these two values ? W , H for first anchors for aspect ratio and scale for that anchor?