Google ML Bootcamp/4. Convolutional Neural Networks

36. Semantic Segmentation with U-Net

코딩소비 2023. 9. 17. 23:22

Semantic Segmentation Y 예시.

 

뭘 하고자 하는지 알겠지. input image를 주면 각 영역이 무엇을 의미하는지 나타내려고 하는 것.

- Y는 image 크기의 matrix가 될 뿐이다. 

 

그렇다면 기존 height, width를 줄이던 convolution 과 FC, softmax 대신 다시 volume을 키우는 convolution 방법을 알아야 한다.