Semantic Segmention
- per pixel classification
- fully convolution layer (convolutionalization)
- dense layer를 대체함
- input dimension에 independent함
- 단순한 분류가 아닌 heatmap 생성 가능
- Deconvolution
- 정확한 복원은 불가능
Detection
- R-CNN
- SPPNet
- Fast R-CNN
- Faster R-CNN - Region Proposal Network + Fast R-CNN
- YOLO - bounding box를 sampling하지 않아 훨씬 빠름
'부스트캠프 AI Tech > Deep Learning' 카테고리의 다른 글
Transformer (0) | 2022.02.08 |
---|---|
RNN (0) | 2022.02.08 |
Modern CNN (0) | 2022.02.08 |
Optimizer (0) | 2022.02.07 |
DL history (0) | 2022.02.07 |