From 74a874e357cf5e4caca1d0f85a343ff0a79b4692 Mon Sep 17 00:00:00 2001 From: manthandrive01 <78866140+manthandrive01@users.noreply.github.com> Date: Fri, 12 Feb 2021 00:03:21 +0530 Subject: [PATCH] Update README.md --- demo/image_matting/Inference_with_ONNX/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo/image_matting/Inference_with_ONNX/README.md b/demo/image_matting/Inference_with_ONNX/README.md index 8e1e4d9..cb3f295 100644 --- a/demo/image_matting/Inference_with_ONNX/README.md +++ b/demo/image_matting/Inference_with_ONNX/README.md @@ -1,5 +1,7 @@ # Inference with onnxruntime +Download [modnet.onnx](https://drive.google.com/file/d/1cgycTQlYXpTh26gB9FTnthE7AvruV8hd/view?usp=sharing) + ### 1. Export onnx model Run the following command: