Detection metrics1 Detection metrics 정리 (정리 중) IoU (Intersection over Union) Object에 대한 prediction이 정확한지 여부를 결정하기 위해 IoU 또는 Jaccard Index가 사용됨. Prediction bbox와 실제 bbox의 교집합(intersection)을 합집합(union)으로 나눈 교차 값으로 정의. Prediction이 "IoU > threshold"면 True Positive / "IoU < threshold"이면 False Positive로 간주. 한마디로, predicted box와 ground truth box의 겹친(overlapping) 영역으로 보면 된다. 일반적으로, IoU가 일부 threshold 값보다 큰 모든 bounding box candidates를 유지한다 Detection 성.. 2022. 7. 13. 이전 1 다음