It is understood that there are three different detection layers such that the last layer has mask with 0, 1, 2 representing the first three anchors. But what are these numbers representing ? I doubt there are dimensions for each anchors such that the height and width (pw and ph) of the pre-defined default bounding boxes ?
Please correct me if I am wrong. Thanks for your explanation
Hello, ayooshkathuria
Can you help explain the below line from yolov3.cfg
anchors = 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 373,326
It is understood that there are three different detection layers such that the last layer has mask with 0, 1, 2 representing the first three anchors. But what are these numbers representing ? I doubt there are dimensions for each anchors such that the height and width (pw and ph) of the pre-defined default bounding boxes ?
Please correct me if I am wrong. Thanks for your explanation