같은 scale에서는
anchor의 넓이는 동일하되 aspect ratio만 다른 anchor를 생성하므로
$$ h * w = 1. $$
$$ w / h = aspect\,ratio $$
$$ h * aspect\,ratio = 1 / h $$
$$ h = 1 / \sqrt{aspect\,ratio} $$
'개발공부' 카테고리의 다른 글
tensorflow 2.x object detection api & snpe ] dlc 변환 (0) | 2021.08.20 |
---|---|
tensorflow 2.x object detection api & tensorrt ] tensorRT 변환 (0) | 2021.07.28 |