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: content/learning-paths/mobile-graphics-and-gaming/ai-camera-pipelines/1-prerequisites.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ layout: learningpathall
8
8
9
9
## Host machine requirements
10
10
11
-
This Learning Path demonstrates how to improve the performance of camera pipelines using KleidiAI and KleidiCV in applications running on Arm. You will need an Arm64 machine, preferably running an Ubuntu-based distribution. These instructions have been tested on Ubuntu.
11
+
This Learning Path demonstrates how to improve the performance of camera pipelines using KleidiAI and KleidiCV in applications running on Arm. You will need an Arm64 machine, preferably running an Ubuntu-based distribution. The instructions have been tested on Ubuntu 24.04.
12
12
13
13
## Install required software
14
14
@@ -24,14 +24,14 @@ These tools can be installed by running the following command, depending on your
24
24
25
25
{{< tabpane code=true >}}
26
26
{{< tab header="Linux/Ubuntu" language="bash">}}
27
-
sudo apt install git git-lfs
27
+
sudo apt install git git-lfs -y
28
28
{{< /tab >}}
29
29
{{< tab header="macOS" language="bash">}}
30
30
brew install git git-lfs
31
31
{{< /tab >}}
32
32
{{< /tabpane >}}
33
33
34
-
### docker
34
+
### Docker
35
35
36
36
Start by checking that `docker` is installed on your machine by typing the following command line in a terminal:
37
37
@@ -52,23 +52,19 @@ Once you have confirmed that Docker is installed on your machine, you can check
Copy file name to clipboardExpand all lines: content/learning-paths/mobile-graphics-and-gaming/ai-camera-pipelines/5-performances.md
+38-6Lines changed: 38 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,32 @@ These benchmarks demonstrate the performance improvements enabled by KleidiCV an
20
20
21
21
## Performances with KleidiCV and KleidiAI
22
22
23
-
By default, the OpenCV library is built with KleidiCV support, and TFLite+xnnpack is built with KleidiAI support. You can run the benchmarks using the applications you built earlier:
23
+
By default, the OpenCV library is built with KleidiCV support, and TFLite+xnnpack is built with KleidiAI support.
24
+
25
+
You can run the benchmarks using the applications you built earlier.
0 commit comments