일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- fast r-cnn
- pytorch project
- cs231n lecture5
- support vector machine 리뷰
- 데이터 전처리
- self-supervision
- CS231n
- computervision
- TCP
- svdd
- EfficientNet
- pytorch
- SVM 이란
- DeepLearning
- RCNN
- CNN
- SVM hard margin
- SVM margin
- Deep Learning
- Computer Vision
- Faster R-CNN
- Object Detection
- pytorch c++
- 논문분석
- darknet
- yolov3
- yolo
- libtorch
- 서포트벡터머신이란
- cnn 역사
Archives
- Today
- Total
목록SSD (1)
아롱이 탐험대

SSD: Single Shot Multibox Detector -Wei Liu, Dragomir Anguelov, Dumitru Erhan, Christian Szegedy, Scott Reed, Cheng-Yang Fu, Alexander C. Berg- 1. Introduction 이전 분석하였던 YOLO는 real time에 적용할 수 있는 object detector model이다. 하지만 YOLO는 input을 7*7 grid로 나눈 후 각 grid 별로 bounding box prediction을 진행하기 때문에 grid보다 작은 물체를 detecting하기에 힘든 점이 있다. 또한 맨 마지막 output은 convolution과 pooling 과정을 거친 후 마지막에 남은 feature만을 ..
study/paper reviews
2020. 3. 23. 13:59