From de367b72bfff4f3bccfdf0813b50d0629a22a14c Mon Sep 17 00:00:00 2001 From: hanrui1sensetime <83800577+hanrui1sensetime@users.noreply.github.com> Date: Fri, 7 Jan 2022 11:04:28 +0800 Subject: [PATCH] ncnn version 1208 (#47) --- docs/en/backends/ncnn.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/en/backends/ncnn.md b/docs/en/backends/ncnn.md index 99fc4abeb..dacfadec3 100644 --- a/docs/en/backends/ncnn.md +++ b/docs/en/backends/ncnn.md @@ -1,5 +1,7 @@ ## ncnn Support +MMDeploy now supports ncnn version == 1.0.20211208 + ### Installation #### Install ncnn @@ -25,7 +27,7 @@ You should ensure your gcc satisfies `gcc >= 6`. - Download ncnn source code ```bash - git clone git@github.com:Tencent/ncnn.git + git clone -b 20211208 git@github.com:Tencent/ncnn.git ``` - Make install ncnn library @@ -80,7 +82,7 @@ If you haven't installed NCNN in the default path, please add `-Dncnn_DIR` flag #### Reminder -- If ncnn version >= 1.0.20201208, the dimension of ncnn.Mat should be no more than 4, or the dimension of the ncnn.Mat should be no more than 3. +- In ncnn version >= 1.0.20201208, the dimension of ncnn.Mat should be no more than 4. ### FAQs