You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ncnn/README.md
+29-22
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,10 @@
1
1
2
2
### My platform
3
3
4
-
* ubuntu 18.04
5
-
* Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz
6
-
* cmake 3.17.1
7
-
* opencv built from source
4
+
* raspberry pi 3b
5
+
* armv8 4core cpu, 1G Memroy
6
+
* 2022-04-04-raspios-bullseye-armhf-lite.img
8
7
9
-
### NOTE
10
-
11
-
Though this demo runs on x86 platform, you can also use it on mobile platforms. NCNN is better optimized on mobile platforms.
12
8
13
9
14
10
### Install ncnn
@@ -18,49 +14,60 @@ Though this demo runs on x86 platform, you can also use it on mobile platforms.
18
14
$ python -m pip install onnx-simplifier
19
15
```
20
16
17
+
TODO:
18
+
check vulkan
19
+
21
20
#### 2. build ncnn
22
-
Just follow the ncnn official tutoral of [build-for-linux](https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-linux) to install ncnn:
21
+
Just follow the ncnn official tutoral of [build-for-linux](https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-linux) to install ncnn. Following steps are all carried out on my raspberry pi:
0 commit comments