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