From 2938675e4b5c60ab5f5d7a2b2191c68256f99d70 Mon Sep 17 00:00:00 2001 From: Zhanghan Ke Date: Thu, 10 Feb 2022 12:30:52 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3039d9d..981df69 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,6 @@ We also provide an [offline demo](demo/video_matting/custom) that allows you to We share some cool applications/extentions of MODNet built by the community. -- **Docker Container for Portrait Image Matting** -You can try [this repository](https://github.com/nahidalam/modnet_docker) if you want a containerized version of the portrait matting solution. - - **WebGUI for Portrait Image Matting** 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! @@ -80,6 +77,9 @@ You can convert the pre-trained MODNet to an TorchScript model by using [this co - **TensorRT Version of MODNet** 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)). +- **Docker Container for MODnet** +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)). + There are some resources about MODNet from the community. - [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 ## Acknowledgement - We thank -        [@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), +        [@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),         [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), for their contributions to this repository or their cool applications/extentions/resources of MODNet.