This repo contains some interesting cv applications,mainly deeplearning-based;
The main purpose of this repo is not to help you train a new model,even we may add train or finetune code in some project,but help you to use cv pretrained models;
we add wiki to help you understand the theory/method of each application!
Enjoy yourself!
-
1.update wiki of neural style transfer
-
2.add code fo image matting based on modnet
-
3.update wiki of matting
-
4.add fintune code of matting/modnet
-
5.add code of video matting based on modnet
-
6.add reading-notes/wiki of RepVGG
-
7.add reading-notes/wiki of ViT
-
8.add train code of RepVGG
-
9.add different versions of Conv Layer in CV application-deadline:2021.01.24
-
10. add DDPM demo(code based on ddpm_mnist)
2.Is a Green Screen Really Necessary for Real-Time Portrait Matting?
3.Modnet
4.pystiche
9.ViT知乎解读
11.RepVGG论文
12.RepVGG作者讲解
13.RepVGG知乎讲解
15.CNN中的FLOPs
17.ddpm_mnist