corner coordinates1 [Object Detection] bounding box coordinates 설명과 pytorch 구현 안녕하세요 "pulluper" 입니다. 오늘은 object detection 에서 실제 box 를 다룰때의 2가지의 좌표를 알아보고 서로 바꾸는 코드를 pytorch로 알아보겠습니다. :-) object detection box coordinates object detection 에서는 bounding box 를 다룰 때, 보통 2가지 coordinate 로 box 를 다룹니다. center coordinates corner coordinates 특히 IoU(loss) 를 다룰때는 corner coordinates 를 사용하며, anchor 나 MSELoss 를 다룰때는 center coordinates 를 사용합니다. 위 사진에서 파란 색으로 표시된 좌표는 bounding box를 좌상점과 우하점으로 .. 2021. 5. 9. 이전 1 다음