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