Object Detection
2020. 3. 25. 08:35
객체 탐지(Object detection)은 어떤 객체(Label)가 어디에(x, y) 어느 크기로(w, h) 존재하는지 찾는 Task Classification + Localization(Bounding Box) Classification Localization -> regression 평가: intersection over union Two-stage Method R-CNN : Regions with CNN features 1. Hypothesize Bounding Boxes (Proposals) - Object가 존재할 적절한 위치에 Bounding Box Proposal (Selective Search) - 2000개의 Proposal 생성 2. Resampling pixels / features..