forked from open-mmlab/mmdeploy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] fix ncnn docs (open-mmlab#378)
* fix ncnn docs` * update 0216
- Loading branch information
1 parent
9dad97e
commit 85f1778
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## ncnn Support | ||
|
||
MMDeploy now supports ncnn version == 1.0.20211208 | ||
MMDeploy now supports ncnn version == 1.0.20220216 | ||
|
||
### Installation | ||
|
||
|
@@ -27,7 +27,7 @@ You should ensure your gcc satisfies `gcc >= 6`. | |
|
||
- Download ncnn source code | ||
```bash | ||
git clone -b 20211208 [email protected]:Tencent/ncnn.git | ||
git clone -b 20220216 [email protected]:Tencent/ncnn.git | ||
``` | ||
|
||
- <font color=red>Make install</font> ncnn library | ||
|
@@ -82,7 +82,7 @@ If you haven't installed NCNN in the default path, please add `-Dncnn_DIR` flag | |
#### Reminder | ||
- In ncnn version >= 1.0.20201208, the dimension of ncnn.Mat should be no more than 4. | ||
- In ncnn version >= 1.0.20220216, the dimension of ncnn.Mat should be no more than 4. | ||
### FAQs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters