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
- 코딩테스트연습
- ECCV
- Code Study
- Two stage Detector
- 프로그래머스타겟넘버파이썬
- 코딩테스트네트워크
- One stage detector
- Paper list
- 프로그래머스너비우선탐색
- pytorch
- 프로그래머스타겟넘버
- SSD 리뷰
- Faster R-CNN
- 프로그래머스게임맵최단거리
- 타겟넘버bfs
- Object Detection
- deep learning
- 프로그래머스타겟넘버정답
- 최솟값 만들기
- Pruning Tutorial
- 프로그래머스네트워크
- Single Shot MultiBox Detector
- 코딩테스트2단계
- 다음큰숫자
- 프로그래머스파이썬
- 프로그래머스
- 커피후기
- Pytorch pruning
- ssd
- 프로그래머스bfs
Archives
- Today
- Total
목록Two stage Detector (1)
soyeonland

Introduction Signle Shot MultiBox Detector은 Faster R-CNN, Yolo가 나온 이후에 나온 논문이다. 2016년 ResNet이 발표된 해에 ECCV에서 발표되었다. Object Detection을 푸는 문제이며, Yolo와 같이 [1]one-stage detector이다. Motivation 논문의 저자인 Liu는[2]Fully Convolutional networks for semantic segmentation(FCN)영감을 얻었다고 말한다. 해당 논문에 대한 내용은 추후에 업데이트 할 예정이다. Architecture -What is the default Boxes? 해당 논문의 모델을 설명하기 전에 짚고 넘어갈 개념이 있다. "Default Box"이다. ..
Study/Paper Review
2020. 3. 7. 23:14