-
Notifications
You must be signed in to change notification settings - Fork 721
Open
Description
YOLO_v3_tutorial_from_scratch/util.py
Line 59 in 8264dfb
anchors = [(a[0]/stride, a[1]/stride) for a in anchors] |
I have a question since yolov3 has anchors for all three different scales. (as they mentioned in paper). Why again we need to down sample the anchors for each scale. It is kind of bit hard to understand the anchors scaling as I am new to anchor based detection.
Metadata
Metadata
Assignees
Labels
No labels