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 | 31 |
Tags
- C++
- Mask Processing
- MinHeap
- machine learning
- edge detection
- DP
- dynamic programming
- 그래프 이론
- two-stage detector
- MySQL
- sklearn
- eecs 498
- r-cnn
- 머신러닝
- CNN
- image processing
- opencv
- 딥러닝
- YoLO
- dfs
- 백준
- Python
- One-Stage Detector
- overfitting
- object detection
- canny edge detection
- BFS
- Reinforcement Learning
- 강화학습
- AlexNet
Archives
- Today
- Total
목록2025/01/20 (1)
JINWOOJUNG
SSD: Single Shot MultiBox Detector
Research Paper SSD Abstract 본 논문에서는 A Single Deep Neural Network인 Single Shot MultiBox Detector(SSD)를 제안한다. SSD는 서로다른 해상도를 가지는 Feature Maps에 대하여 서로다른 크기와 비율을 가진 Default Boxes로 객체를 예측 한다. SSD는 One-Stage Detector로써 빠른 속도를 가짐과 동시에 높은 mAP를 달성하였다. 특히 다양한 해상도를 가지는 Feature Maps에 대하여 예측함으로써 작은 크기의 객체에 대한 정확도를 향상시킨다. Introduction Two-stage Detector는 추가적인 Region Proposal 생성 단계가 요구되기 때문에 정확하지만, 실시간 검출을 하기..
딥러닝/논문
2025. 1. 20. 22:26