CV - SSD (Single Shot Detector)
2022. 5. 17. 16:01
🖼 Computer Vision/Object Detection
📌 이 글은 권철민님의 딥러닝 컴퓨터 비전 완벽 가이드 강의를 바탕으로 정리한 내용입니다. 목차 SSD 개요 SSD(Single Shot Detector) 란? Multi-Scale Feature Layer Default Box(=Anchor Box) SSD Architecture Anchor Box를 활용한 Convolution Predictors for detection SSD의 마지막은 NMS SSD의 Loss function SSD 개요 그동안 우리가 배웠던 RCNN, SPP, Fast RCNN, Faster RCNN 모델은 Two-Stage Detector 모델이었다. 여기서 Two란, Region Proposal과 Object Detection 단계를 분리해 전개되는 모델들이다. 이번에 설명할..