일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Self-supervised
- 파이썬
- 논문구현
- ViT
- 인공지능
- object detection
- 딥러닝
- 파이토치
- optimizer
- Python
- Convolution
- 논문 리뷰
- Computer Vision
- Semantic Segmentation
- 코드구현
- 옵티마이저
- programmers
- pytorch
- 프로그래머스
- opencv
- transformer
- Ai
- Segmentation
- 논문
- 코딩테스트
- 알고리즘
- 논문리뷰
- Paper Review
- 머신러닝
- cnn
Archives
- Today
- Total
목록RCNN (1)
Attention please
[논문 리뷰] R-CNN(2014)
이번에 리뷰할 논문은 "Rich feature hierarchies for accurate object detection and semantic segmentation" 이다. R-CNN은 object detection 모델 중 2-stage detector의 시초가 되는 모델이다. R-CNN 모델은 Regions with CNN의 약자로 region proposals 와 CNN이 결합된 구조이다. 이전의 Object Detection 분야의 최고의 성능을 나타낸 기법은 mAP 수치가 30% 정도였지만 R-CNN은 이 수치를 훨씬 뛰어넘는 53.3%를 달성하였다. 2022.12.30 - [딥러닝/CNN] - AP(Average Precision) & mAP(mean Average Precision)의 개..
논문 리뷰/Object detection
2022. 12. 30. 23:41