ncnn version 1208 (#47)

This commit is contained in:
hanrui1sensetime 2022-01-07 11:04:28 +08:00 committed by GitHub
parent 03ae26c91c
commit de367b72bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```
- <font color=red>Make install</font> 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