From 5d3d2cb38cb730963bb8bd5f923e09575b74d672 Mon Sep 17 00:00:00 2001 From: AK391 <81195143+AK391@users.noreply.github.com> Date: Mon, 27 Sep 2021 16:36:15 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7df642..9ea0492 100644 --- a/README.md +++ b/README.md @@ -230,4 +230,5 @@ Speed is measured with `inference_speed_test.py` for reference. ## Third-Party Projects * [NCNN C++ Android](https://github.com/FeiGeChuanShu/ncnn_Android_RobustVideoMatting) ([@FeiGeChuanShu](https://github.com/FeiGeChuanShu)) -* [lite.ai.toolkit](https://github.com/DefTruth/RobustVideoMatting.lite.ai.toolkit) ([@DefTruth](https://github.com/DefTruth)) \ No newline at end of file +* [lite.ai.toolkit](https://github.com/DefTruth/RobustVideoMatting.lite.ai.toolkit) ([@DefTruth](https://github.com/DefTruth)) +* Integrated to [Huggingface Spaces](https://huggingface.co/spaces) with [Gradio](https://github.com/gradio-app/gradio). See [Gradio Web Demo](https://huggingface.co/spaces/akhaliq/Robust-Video-Matting). From c2f10b01ca9db86e74f49f1a9132244dcd57f46c Mon Sep 17 00:00:00 2001 From: AK391 <81195143+AK391@users.noreply.github.com> Date: Mon, 27 Sep 2021 17:41:20 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ea0492..c2774a1 100644 --- a/README.md +++ b/README.md @@ -231,4 +231,4 @@ Speed is measured with `inference_speed_test.py` for reference. * [NCNN C++ Android](https://github.com/FeiGeChuanShu/ncnn_Android_RobustVideoMatting) ([@FeiGeChuanShu](https://github.com/FeiGeChuanShu)) * [lite.ai.toolkit](https://github.com/DefTruth/RobustVideoMatting.lite.ai.toolkit) ([@DefTruth](https://github.com/DefTruth)) -* Integrated to [Huggingface Spaces](https://huggingface.co/spaces) with [Gradio](https://github.com/gradio-app/gradio). See [Gradio Web Demo](https://huggingface.co/spaces/akhaliq/Robust-Video-Matting). +* [Gradio Web Demo](https://huggingface.co/spaces/akhaliq/Robust-Video-Matting) ([@AK391](https://github.com/AK391)) From 9372f967fc298ddabd839291473fbbb86d01f594 Mon Sep 17 00:00:00 2001 From: AK391 <81195143+AK391@users.noreply.github.com> Date: Mon, 27 Sep 2021 17:42:30 -0400 Subject: [PATCH 3/3] Update README_zh_Hans.md --- README_zh_Hans.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 303646d..baf005a 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -230,3 +230,4 @@ convert_video = torch.hub.load("PeterL1n/RobustVideoMatting", "converter") * [NCNN C++ Android](https://github.com/FeiGeChuanShu/ncnn_Android_RobustVideoMatting) ([@FeiGeChuanShu](https://github.com/FeiGeChuanShu)) * [lite.ai.toolkit](https://github.com/DefTruth/RobustVideoMatting.lite.ai.toolkit) ([@DefTruth](https://github.com/DefTruth)) +* [Gradio Web Demo](https://huggingface.co/spaces/akhaliq/Robust-Video-Matting) ([@AK391](https://github.com/AK391))