Skip to content

Commit 6baba60

Browse files
authored
Added updated MODNet docker (#171)
1 parent 5f673d5 commit 6baba60

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313

1414
<p align="center">
1515
<a href="#online-application-在线应用">Online Application (在线应用)</a> |
16-
<a href="#research-demo">Research Demo</a> |
16+
<a href="#research-demo">Research Demo</a> |
1717
<a href="https://arxiv.org/pdf/2011.11961.pdf">AAAI 2022 Paper</a> |
1818
<a href="https://youtu.be/PqJ3BRHX3Lc">Supplementary Video</a>
1919
</p>
2020

2121
<p align="center">
2222
<a href="#community">Community</a> |
2323
<a href="#code">Code</a> |
24-
<a href="#ppm-benchmark">PPM Benchmark</a> |
25-
<a href="#license">License</a> |
26-
<a href="#acknowledgement">Acknowledgement</a> |
27-
<a href="#citation">Citation</a> |
24+
<a href="#ppm-benchmark">PPM Benchmark</a> |
25+
<a href="#license">License</a> |
26+
<a href="#acknowledgement">Acknowledgement</a> |
27+
<a href="#citation">Citation</a> |
2828
<a href="#contact">Contact</a>
2929
</p>
3030

@@ -42,16 +42,16 @@ Please try online portrait image matting via [this website](https://sight-x.cn/p
4242

4343
## Research Demo
4444

45-
All the models behind the following demos are trained on the datasets mentioned in [our paper](https://arxiv.org/pdf/2011.11961.pdf).
45+
All the models behind the following demos are trained on the datasets mentioned in [our paper](https://arxiv.org/pdf/2011.11961.pdf).
4646

4747
### Portrait Image Matting
4848
We provide an [online Colab demo](https://colab.research.google.com/drive/1GANpbKT06aEFiW-Ssx0DQnnEADcXwQG6?usp=sharing) for portrait image matting.
49-
It allows you to upload portrait images and predict/visualize/download the alpha mattes.
49+
It allows you to upload portrait images and predict/visualize/download the alpha mattes.
5050

5151
<!-- <img src="doc/gif/image_matting_demo.gif" width='40%'> -->
5252

5353
### Portrait Video Matting
54-
We provide two real-time portrait video matting demos based on WebCam. When using the demo, you can move the WebCam around at will.
54+
We provide two real-time portrait video matting demos based on WebCam. When using the demo, you can move the WebCam around at will.
5555
If you have an Ubuntu system, we recommend you to try the [offline demo](demo/video_matting/webcam) to get a higher *fps*. Otherwise, you can access the [online Colab demo](https://colab.research.google.com/drive/1Pt3KDSc2q7WxFvekCnCLD8P0gBEbxm6J?usp=sharing).
5656
We also provide an [offline demo](demo/video_matting/custom) that allows you to process custom videos.
5757

@@ -62,8 +62,11 @@ We also provide an [offline demo](demo/video_matting/custom) that allows you to
6262

6363
We share some cool applications/extentions of MODNet built by the community.
6464

65+
- **Docker Container for Portrait Image Matting**
66+
You can try [this repository](https://github.com/nahidalam/modnet_docker) if you want a containerized version of the portrait matting solution.
67+
6568
- **WebGUI for Portrait Image Matting**
66-
You can try [this WebGUI](https://www.gradio.app/hub/aliabd/modnet) (hosted on [Gradio](https://www.gradio.app/)) for portrait image matting from your browser without code!
69+
You can try [this WebGUI](https://www.gradio.app/hub/aliabd/modnet) (hosted on [Gradio](https://www.gradio.app/)) for portrait image matting from your browser without code!
6770

6871
- **Colab Demo of Bokeh (Blur Background)**
6972
You can try [this Colab demo](https://colab.research.google.com/github/eyaler/avatars4all/blob/master/yarok.ipynb) (built by [@eyaler](https://github.com/eyaler)) to blur the backgroud based on MODNet!
@@ -72,7 +75,7 @@ You can try [this Colab demo](https://colab.research.google.com/github/eyaler/av
7275
You can convert the pre-trained MODNet to an ONNX model by using [this code](onnx) (provided by [@manthan3C273](https://github.com/manthan3C273)). You can also try [this Colab demo](https://colab.research.google.com/drive/1P3cWtg8fnmu9karZHYDAtmm1vj1rgA-f?usp=sharing) for MODNet image matting (ONNX version).
7376

7477
- **TorchScript Version of MODNet**
75-
You can convert the pre-trained MODNet to an TorchScript model by using [this code](torchscript) (provided by [@yarkable](https://github.com/yarkable)).
78+
You can convert the pre-trained MODNet to an TorchScript model by using [this code](torchscript) (provided by [@yarkable](https://github.com/yarkable)).
7679

7780
- **TensorRT Version of MODNet**
7881
You can access [this Github repository](https://github.com/jkjung-avt/tensorrt_demos) to try the TensorRT version of MODNet (provided by [@jkjung-avt](https://github.com/jkjung-avt)).

0 commit comments

Comments
 (0)