일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Unreal Engine
- 디퓨전모델
- 딥러닝
- WinAPI
- 언리얼엔진
- motion matching
- NLP
- Generative Model
- multimodal
- RNN
- Stat110
- cv
- 생성모델
- ue5.4
- animation retargeting
- UE5
- ddpm
- 모션매칭
- 오블완
- Few-shot generation
- WBP
- Diffusion
- 폰트생성
- CNN
- BERT
- dl
- userwidget
- Font Generation
- GAN
- deep learning
Archives
- Today
- Total
목록FCN (1)
Deeper Learning
Semantic Segmentation
Semantic segmentation Semantic segmentation은 이미지의 픽셀 별로 label을 부여하는 task로 각 instance 별로 구분은 하지 않는다. Fully Convolutional Network (FCN) FCN은 Semantic Segmentation을 수행 가능한 네트워크 구조 중 하나로 Image Classification을 위한 네트워크의 아키텍처에서 Fully Connected Layer를 Fully Connected Layer로 대체한 형태의 아키텍처를 가지는 모델이다. 1x1 convolution layer를 사용하여 activation map의 차원을 조절하며 마지막에는 class 갯수와 동일한 차원의 activation map이 나오게 된다. width와..
AI/Deep Learning
2021. 3. 12. 13:48