This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
products:sbc:edge2:npu:demos:rknn-tflite [2023/10/23 03:08] sravan created |
products:sbc:edge2:npu:demos:rknn-tflite [2024/05/23 03:01] (current) sravan [get the necessary system packages] |
||
---|---|---|---|
Line 17: | Line 17: | ||
After you have cloned the source code: | After you have cloned the source code: | ||
- | ==== get the necessary system packages ==== | + | ==== Get the necessary system packages ==== |
```shell | ```shell | ||
$ sudo apt-get install git python3 python3-dev python3-pip | $ sudo apt-get install git python3 python3-dev python3-pip | ||
Line 27: | Line 27: | ||
$ git clone https:// | $ git clone https:// | ||
$ cd rknn-toolkit2 | $ cd rknn-toolkit2 | ||
- | $ git checkout | + | $ git checkout |
``` | ``` | ||
Line 47: | Line 47: | ||
and run the command accordingly | and run the command accordingly | ||
| python version | command | | | python version | command | | ||
+ | | 3.11 | '' | ||
| 3.10 | '' | | 3.10 | '' | ||
+ | | 3.9 | '' | ||
| 3.8 | '' | | 3.8 | '' | ||
+ | | 3.7 | '' | ||
| 3.6 | '' | | 3.6 | '' | ||
==== Install the requirements ==== | ==== Install the requirements ==== | ||
```shell | ```shell | ||
- | $ pip3 install -r doc/ | + | $ pip3 install -r rknn-toolkit2/ |
``` | ``` | ||
==== Install the appropriate toolkit wheel ==== | ==== Install the appropriate toolkit wheel ==== | ||
```shell | ```shell | ||
- | $ pip3 install packages/ | + | $ pip3 install |
- | $ ../ | + | $ cd ../ |
``` | ``` | ||
Line 85: | Line 88: | ||
==== Install necessary python packages ==== | ==== Install necessary python packages ==== | ||
```shell | ```shell | ||
- | $ pip3 install numpy pillow | + | $ pip3 install numpy pillow |
``` | ``` | ||
Line 92: | Line 95: | ||
$ git clone https:// | $ git clone https:// | ||
$ cd rknn-toolkit2 | $ cd rknn-toolkit2 | ||
- | $ git checkout | + | $ git checkout |
``` | ``` | ||
Line 103: | Line 106: | ||
| 3.11 | '' | | 3.11 | '' | ||
| 3.10 | '' | | 3.10 | '' | ||
+ | | 3.9 | '' | ||
| 3.8 | '' | | 3.8 | '' | ||
+ | | 3.7 | '' | ||
| 3.6 | '' | | 3.6 | '' | ||
Line 109: | Line 114: | ||
```shell | ```shell | ||
$ pip3 install rknn_toolkit_lite2/ | $ pip3 install rknn_toolkit_lite2/ | ||
- | $ cd ../../ | ||
- | ``` | ||
- | |||
- | ==== Clone the RKNPU library ==== | ||
- | ```shell | ||
- | $ git clone https:// | ||
- | $ cd rknpu2 | ||
- | $ git checkout f29bfee21066a35a0a6b789208b630144735acd4 | ||
``` | ``` | ||
==== Copy the runtime library ==== | ==== Copy the runtime library ==== | ||
```shell | ```shell | ||
- | $ sudo cp runtime/RK3588/ | + | $ sudo cp rknpu2/runtime/ |
$ cd ../ | $ cd ../ | ||
``` | ``` | ||
+ | |||
===== Run Examples ===== | ===== Run Examples ===== |