일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 딥러닝
- 프로그래머스
- Ai
- Segmentation
- optimizer
- 코딩테스트
- transformer
- 머신러닝
- 논문구현
- Computer Vision
- programmers
- ViT
- 옵티마이저
- Self-supervised
- opencv
- Paper Review
- Semantic Segmentation
- 논문 리뷰
- 파이썬
- 논문
- 파이토치
- Convolution
- 코드구현
- cnn
- Python
- 알고리즘
- 인공지능
- 논문리뷰
- pytorch
- object detection
Archives
- Today
- Total
목록Dilated Convolution (1)
Attention please
Dilated Convolution(Atrous convolution) 원리 및 Pytorch 구현
다양한 convolution 기법들 original convolution Transposed convolution separable & depthwise & pointwise convolution depthwise separable convolution CNN 모델은 input data 와 kernel을 convolution하여 feature를 추출한다. 일반적인 Convolution 기법은 다음과 같다. 하지만 object detection이나 object segmentation과 같은 경우 객체 주변이나 주위의 환경에 대해 판단하기 위해 contextual information을 확보하는 것이 중요한데 이를 위해서는 더 넓은 receptive field를 고려해야한다. 하지만 기존의 Convoluti..
딥러닝/CNN
2022. 12. 30. 12:18