[object detection] IoU & NMS

SNAGJU LEE·2023년 1월 23일
0

Object detection

목록 보기
2/5

<IoU(Intersection over Union)>

  • IoU는 예측한 bounding box와 실제 물체의 bounding box가 겹치는 비율을 의미하며 성능평가에 사용됩니다.

(교집합 / 합집합)

<NMS(Non Maximum Suppression)>

  • NMS는 동일한 객체에 대해서 IoU가 높은 순서대로 정렬하여 Socre가 가장 높은 bounding box를 기준으로 threshold를 설정하여 중복된 bounding box 하나로 합치는 방법입니다.
profile
배우는 것을 좋아하는 개발자 입니다.

0개의 댓글