jinzishuai / learn2deeplearn

A repository of codes in learning deep learning
GNU General Public License v3.0
13 stars 1 forks source link

YOLO: If the center/midpoint of an object falls into a grid cell, that grid cell is responsible for detecting that object. #33

Open jinzishuai opened 6 years ago

jinzishuai commented 6 years ago

The way to do it is that the (bx, by) is a number between 0 and 1 so that the center is always inside the cell.