Skip to content

Commit 954596a

Browse files
committed
Update README.md
1 parent 97c441a commit 954596a

File tree

1 file changed

+21
-46
lines changed

1 file changed

+21
-46
lines changed

README.md

Lines changed: 21 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
<h2 align="center">MODNet: Trimap-Free Portrait Matting in Real Time</h2>
22

3+
<div align="center"><i>MODNet: Real-Time Trimap-Free Portrait Matting via Objective Decomposition (AAAI 2022)</i></div>
4+
35
<img src="doc/gif/homepage_demo.gif" width="100%">
46

5-
<div align="center">MODNet is a model for <b>real-time</b> portrait matting with <b>only RGB image input</b>.</div>
6-
<div align="center">MODNet是一个<b>仅需RGB图片输入</b>的<b>实时</b>人像抠图模型</div>
7+
<div align="center">MODNet is a model for <b>real-time</b> portrait matting with <b>only RGB image input</b></div>
8+
<div align="center">MODNet是一个<b>仅需RGB图片输入</b>的<b>实时</b>人像抠图模型</div>
79

810
<br />
911

1012
<p align="center">
11-
<a href="#online-solution-在线方案">Online Solution (在线方案)</a> |
13+
<a href="#online-application-在线应用">Online Application (在线应用)</a> |
1214
<a href="#research-demo">Research Demo</a> |
13-
<a href="https://arxiv.org/pdf/2011.11961.pdf">Arxiv Preprint</a> |
15+
<a href="https://arxiv.org/pdf/2011.11961.pdf">AAAI 2022 Paper</a> |
1416
<a href="https://youtu.be/PqJ3BRHX3Lc">Supplementary Video</a>
1517
</p>
1618

@@ -24,43 +26,16 @@
2426
<a href="#contact">Contact</a>
2527
</p>
2628

27-
**News:** We create a repository for our new model [MODNet-V](https://github.com/ZHKKKe/MODNet-V) that focuses on faster and better portrait video matting.
28-
**News:** The PPM-100 benchmark is released in [this repository](https://github.com/ZHKKKe/PPM).
29-
3029
---
3130

3231

33-
## Online Solution (在线方案)
34-
35-
The online solution for portrait matting is coming!
36-
人像抠图在线方案发布了!
37-
38-
### Portrait Image Matting Solution (图片抠像方案)
39-
40-
A **Single** Model! Only **7M**! Process **2K** resolution image with a **Fast** speed on common PCs or Mobiles!
41-
**单个**模型!大小仅为**7M**!可以在普通PC或移动设备上**快速**处理具有**2K**分辨率的图像!
42-
43-
Now you can try our **portrait image matting** online via [this website](https://sight-x.cn/portrait_matting).
44-
现在,您可以通过[此网站](https://sight-x.cn/portrait_matting)在线使用我们的**图片抠像**功能。
45-
46-
<img src="doc/gif/commercial_image_matting_website.gif" width='100%'>
32+
## Online Application (在线应用)
4733

48-
<!-- You can also scan the QR code below to try the WeChat Mini-Program based on our model.
49-
您也可以扫描下方二维码尝试基于我们模型的微信小程序。 -->
34+
A **Single** model! Only **7M**! Process **2K** resolution image with a **Fast** speed on common PCs or Mobiles! **Beter** performance than research demos!
35+
Please try online portrait image matting via [this website](https://sight-x.cn/portrait_matting)!
5036

51-
<!-- Here are two example videos processed (frame independently) via our **portrait image matting** model:
52-
我们**图片抠像**模型逐帧单独处理的两个示例视频:
53-
54-
<img src="doc/gif/commercial_image_matting_model_result.gif" width='100%'> -->
55-
56-
57-
<!-- ### Portrait Video Matting Solution (视频抠像方案)
58-
59-
Stay tuned.
60-
敬请期待。
61-
-->
62-
63-
<!-- --- -->
37+
**单个**模型!大小仅为**7M**!可以在普通PC或移动设备上**快速**处理具有**2K**分辨率的图像!效果比研究示例**更好**
38+
请通过[此网站](https://sight-x.cn/portrait_matting)在线尝试图片抠像!
6439

6540

6641
## Research Demo
@@ -111,21 +86,20 @@ We provide the [code](src/trainer.py) of MODNet training iteration, including:
11186
- **Supervised Training**: Train MODNet on a labeled matting dataset
11287
- **SOC Adaptation**: Adapt a trained MODNet to an unlabeled dataset
11388

114-
In the code comments, we provide examples for using the functions.
89+
In code comments, we provide examples for using the functions.
11590

11691

11792
## PPM Benchmark
11893
The PPM benchmark is released in a separate repository [PPM](https://github.com/ZHKKKe/PPM).
11994

12095

12196
## License
122-
All resources in this repository (code, models, demos, *etc.*) are released under the [Creative Commons Attribution NonCommercial ShareAlike 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode) license.
123-
The license will be changed to allow commercial use after our paper is accepted.
97+
The code, models, and demos in this repository (excluding GIF files under the folder `doc/gif`) are released under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) license.
12498

12599

126100
## Acknowledgement
127101
- We thank
128-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[@eyaler](https://github.com/eyaler), [@manthan3C273](https://github.com/manthan3C273), [@yarkable](https://github.com/yarkable), [@jkjung-avt](https://github.com/jkjung-avt),
102+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[@yzhou0919](https://github.com/yzhou0919), [@eyaler](https://github.com/eyaler), [@manthan3C273](https://github.com/manthan3C273), [@yarkable](https://github.com/yarkable), [@jkjung-avt](https://github.com/jkjung-avt), [@manzke](https://github.com/manzke),
129103
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[the Gradio team](https://github.com/gradio-app/gradio), [What's AI YouTube Channel](https://www.youtube.com/channel/UCUzGQrN-lyyc0BWTYoJM_Sg), [Louis Bouchard's Blog](https://www.louisbouchard.ai),
130104
for their contributions to this repository or their cool applications/extentions/resources of MODNet.
131105

@@ -134,16 +108,17 @@ for their contributions to this repository or their cool applications/extentions
134108
If this work helps your research, please consider to cite:
135109

136110
```bibtex
137-
@article{MODNet,
138-
author = {Zhanghan Ke and Kaican Li and Yurou Zhou and Qiuhua Wu and Xiangyu Mao and Qiong Yan and Rynson W.H. Lau},
139-
title = {Is a Green Screen Really Necessary for Real-Time Portrait Matting?},
140-
journal={ArXiv},
141-
volume={abs/2011.11961},
142-
year = {2020},
111+
@InProceedings{MODNet,
112+
author = {Zhanghan Ke and Jiayu Sun and Kaican Li and Qiong Yan and Rynson W.H. Lau},
113+
title = {MODNet: Real-Time Trimap-Free Portrait Matting via Objective Decomposition},
114+
booktitle = {AAAI},
115+
year = {2022},
143116
}
144117
```
145118

146119

147120
## Contact
148121
This repository is currently maintained by Zhanghan Ke ([@ZHKKKe](https://github.com/ZHKKKe)).
149122
For questions, please contact `[email protected]`.
123+
124+
<img src="doc/gif/commercial_image_matting_model_result.gif" width='100%'>

0 commit comments

Comments
 (0)