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 | 29 | 30 |
Tags
- map
- 1x1 convolution
- Optimization
- 부트캠프
- AI tech
- evaluation
- neural networks #linear #nonlinear #perceptrons
- deep learning #machine learning #history
- 대학원생
- FPS
- flops
- precision
- momentum #adagrad #adam #early stopping #data augmentation #dropout #label smoothing #batch normalization
- generalization #overfitting # bootstrapping #bagging #boosting #stochastic gradient desent #mini-batch gradient descent #batch gradient descent
- objectdetection
- recall
- confusion matrix
- 일상
- IOU
- 네이버
- CNN #padding #stride #parameters
Archives
- Today
- Total
목록flops (1)
공부 일기장

object detecion의 개념, 적용분야, history, evaluation, libarary에 관해 간략히 정리한 글입니다. Object Detection 객체의 영역과 클래스를 예측하는 Task 자율주행과 OCR, 의료와 같은 분야에서 많이 사용된다. History object detecion의 대략적인 history는 아래 그림과 같다. Evaluation 1. performance mAP (mean average precision) 각 클래스당 AP의 평균 confusion matrix Precision Recall PR Curve confidence 기준으로 내림차순하고 누적 TP,FP를 기준으로 precision, recall 를 계산한 표로 작성한 그래프 해당 그래프는 클래스 하나의 ..