experiencor / keras-yolo2

Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).
MIT License
1.73k stars 785 forks source link

what these values represent actually? #340

Open shivaram93 opened 6 years ago

shivaram93 commented 6 years ago

BOX=5 ANCHORS = [0.57273, 0.677385, 1.87446, 2.06253, 3.33843, 5.47434, 7.88282, 3.52778, 9.77052, 9.16828]

alice17 commented 6 years ago

They are the number of anchor boxes used along with their coordinates.