Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- YOLO
- RoI pooling
- object queries
- Bounding box regressor
- Faster R-CNN
- Average Precision
- fine tune AlexNet
- hard negative mining
- mean Average Precision
- Fast R-CNN
- Hungarian algorithm
- AP
- BiFPN
- multi task loss
- detr
- RPN
- Non maximum suppression
- IOU
- Object Detection
- pytorch
- Detection Transformer
- Map
- Anchor box
- Linear SVM
- herbwood
- Region proposal Network
- Object Detection metric
- Darknet
- Multi-task loss
- R-CNN
Archives
- Today
- Total
목록bounding box (1)
약초의 숲으로 놀러오세요
Python으로 구현한 mAP(mean Average Precision)
이번 포스팅에서는 Object Detection 모델의 성능 평가 지표인 mAP(mean Average Precision)을 python으로 구현하는 과정을 살펴보도록 하겠습니다. 구현 과정을 살펴보면 Kaggle과 같은 경진대회 참여시, 모델의 평가 방법에 대해 구체적으로 파악할 수 있어 앞으로 꼭 도움이 될 것이라고 생각합니다. 구현 코드는 rafaelpadilla님의 github repository를 많은 부분 참고했으며, 코드는 제 github repository에 올려두었습니다. Object Detection의 정의와 mAP에 대한 설명은 Object Detection의 정의와 Metric mAP(mean Average Precision) 포스팅을 참고하시기 바랍니다. 저는 구현된 코드를 실험해..
Computer Vision/Code Review
2020. 11. 19. 11:49