본문 바로가기

개발공부

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

같은 scale에서는

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

$$ h * w = 1. $$

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

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

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