[week9] Object Detection (CV 심화 프로젝트 1)
·
AI/네이버 부스트캠프_AI Tech
Object Detection History R-CNN > Fast R-CNN > Faster R-CNN > YOLO v1 > SSD > YOLO v2 > FPN > RetinaNet > YOLO v3 > PANet > EfficientDet > Swin-T Object Detection의 성능지표 - mAP (성능) - FPS (속도) - Flops (속도) mAP (mean average precision) - confusion matrix Confusion Matrix Prediction Positive Negative Ground Truth Positive TP (True Positive) FN (False Negative) Negative FP (False Positive) TN (True Ne..