Implementation Detail - Matting-Team/MattingProject GitHub Wiki
Implementation Detail
Our Service
1.Contains a description of the services we have implemented.
- Implementation process and contents of Website that provides Matting function
- Description of Website Design
Model Detail
2.Contains a description of the deep learning model used to provide the service.
- Matting is performed through the synthesis of semantic features and structure features.
- A total of three models were designed.
- Matting that extracts semantic information through Custom Encoder structure and adds Attention Module.
- Matting extracting semantic information through Pretrained MobileNetv2.