YOLOv3: An Incremental Improvement
Introduction - 특별한 내용은 없다. The Deal - 처음부터 시스템 전부까지 설명할테니 잘 따라오길 바란다는 메시지가 담겨있다.2.1 Bounding Box Prediction - YOLO9000 (YOLOv2 기반 9000개의 objects를 detect 하는 모델)에 따르면 YOLO system은 dimension clusters를 anchor boxes 사용하여 bounding boxes를 예측한다. - Bounding box는 4개의 좌표로 구성되며 tx, ty, tw, tht_x,\, t_y,\, t_w,\, t_h tx,ty,tw,th 이다. 이를 계산하는 방법은, 만약 cell이 이미지의 좌상단(left top of the image)으로부터 offset이 cx, cy..