36. Semantic Segmentation with U-Net

2023. 9. 17. 23:22Google ML Bootcamp/4. Convolutional Neural Networks

Semantic Segmentation Y 예시.

 

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

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

 

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

'Google ML Bootcamp > 4. Convolutional Neural Networks' 카테고리의 다른 글

38. U-Net Architecture Intuition  (0) 2023.09.17
37. Transpose Convolutions  (0) 2023.09.17
35. Region Proposals(Optional)  (0) 2023.09.17
34. YOLO Algorithm  (0) 2023.09.17
33. Anchor Boxes  (0) 2023.09.17