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