[Contents] 1. Segmentation 기본 1.1 Semantic Segmentation 1.2 Instance segmentation 2. Segmentation : DeepLab 알고리즘 2.1 DeepLab V3 2.1.1. Atrous Convolution (V1) 2.1.2. Atrous Spatial Pyramid Pooling (ASPP) (V2) 2.2 Encoder-Decoder 구조 2.3 Depthwise Separable Convolution 2.4. DeepLab V3+ 3. 포스팅을 마치며1. Segmentation 기본 이미지에서 픽셀 단위로 관심심 객체를 추출하는 방법을 이미지 세그멘테이션(image segmentation)이라고 합니다이미지 세그멘테이..