Skip to content

Commit 2938675

Browse files
authored
Update README.md
1 parent 6baba60 commit 2938675

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ 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-
6865
- **WebGUI for Portrait Image Matting**
6966
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!
7067

@@ -80,6 +77,9 @@ You can convert the pre-trained MODNet to an TorchScript model by using [this co
8077
- **TensorRT Version of MODNet**
8178
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)).
8279

80+
- **Docker Container for MODnet**
81+
You can access [this Github repository](https://github.com/nahidalam/modnet_docker) for a containerized version of MODNet with the Docker environment (provided by [@nahidalam](https://github.com/nahidalam)).
82+
8383

8484
There are some resources about MODNet from the community.
8585
- [Video from What's AI YouTube Channel](https://youtu.be/rUo0wuVyefU)
@@ -104,7 +104,7 @@ The code, models, and demos in this repository (excluding GIF files under the fo
104104

105105
## Acknowledgement
106106
- We thank
107-
        [@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),
107+
        [@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), [@nahidalam](https://github.com/nahidalam),
108108
        [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),
109109
for their contributions to this repository or their cool applications/extentions/resources of MODNet.
110110

0 commit comments

Comments
 (0)