From c2a004e45b3fbf5d76999520d5699259cb6baa92 Mon Sep 17 00:00:00 2001 From: DefTruth <31974251+DefTruth@users.noreply.github.com> Date: Mon, 18 Oct 2021 22:37:02 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26e5d66..53824cd 100644 --- a/README.md +++ b/README.md @@ -233,4 +233,4 @@ Speed is measured with `inference_speed_test.py` for reference. * [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)) * [Unity Engine demo with NatML](https://hub.natml.ai/@natsuite/robust-video-matting) ([@natsuite](https://github.com/natsuite)) -* [MNN C++ Demo](https://github.com/DefTruth/lite.ai.toolkit/blob/main/mnn/cv/mnn_rvm.cpp) ([@DefTruth](https://github.com/DefTruth)) +* [MNN C++ Demo](https://github.com/DefTruth/lite.ai.toolkit/blob/main/lite/mnn/cv/mnn_rvm.cpp) ([@DefTruth](https://github.com/DefTruth)) From 65f16b947f50dd96509b3eeea478945cfd4fba89 Mon Sep 17 00:00:00 2001 From: DefTruth <31974251+DefTruth@users.noreply.github.com> Date: Tue, 19 Oct 2021 08:09:26 +0800 Subject: [PATCH 2/2] Update README --- README_zh_Hans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 4b01d91..dd23740 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -232,4 +232,4 @@ convert_video = torch.hub.load("PeterL1n/RobustVideoMatting", "converter") * [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)) * [带有 NatML 的 Unity 引擎](https://hub.natml.ai/@natsuite/robust-video-matting) ([@natsuite](https://github.com/natsuite)) -* [MNN C++ Demo](https://github.com/DefTruth/lite.ai.toolkit/blob/main/mnn/cv/mnn_rvm.cpp) ([@DefTruth](https://github.com/DefTruth)) +* [MNN C++ Demo](https://github.com/DefTruth/lite.ai.toolkit/blob/main/lite/mnn/cv/mnn_rvm.cpp) ([@DefTruth](https://github.com/DefTruth))