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

You Only Look Once: Unified, Real-Time Object Detection -Joseph Redmon, Santosh Divvala, Ross Girshick, Ali Farhadi- 1. Introduction 저번 시간 분석하였던 Faster R-CNN에서는 real time에서 적용하기 힘든 단점이 있었다. 하지만 오늘 분석해볼 YOLO는 real time에 적용할 수 있는 속도를 갖고, 기존 real time에 적용시킨 network보다 약 2배정도 성능이 좋다. 기존 R-CNN network들은 two stage method였지만 YOLO는 one stage method이다. 또한 기존 network들은 주로 여러 객체를 탐지할 때 이미지에서 각 객체를 분할하여 탐지하였..
study/paper reviews
2020. 3. 18. 12:00