개발공부

SSD - anchor 생성시에 sqrt(aspect_ratios)?

말만 앞서는 사람 2021. 8. 25. 12:06

같은 scale에서는

anchor의 넓이는 동일하되 aspect ratio만 다른 anchor를 생성하므로

$$ h * w = 1. $$

$$ w / h = aspect\,ratio $$

$$ h * aspect\,ratio = 1 / h $$

$$ h = 1 / \sqrt{aspect\,ratio} $$