DuinoDu/mtcnn

In function generateBoundingBox, why plus 1?

ZhiqiJiang opened this issue · 0 comments

In function generateBoundingBox, why plus 1 in "bb1 = np.fix((stride * (boundingbox) + 1) / scale).T"? Thank you in advance.