일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 오블완
- UE5
- animation retargeting
- ddpm
- Diffusion
- Few-shot generation
- GAN
- 폰트생성
- 디퓨전모델
- deep learning
- Font Generation
- 생성모델
- 딥러닝
- WBP
- NLP
- Unreal Engine
- cv
- 언리얼엔진
- BERT
- 모션매칭
- WinAPI
- RNN
- motion matching
- dl
- Stat110
- Generative Model
- ue5.4
- CNN
- userwidget
- multimodal
Archives
- Today
- Total
목록Transposed Convolution (1)
Deeper Learning

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