Page 7 of 32
displayed on the PC. The directory structure of the usb device is as follows:
Perform the following steps
:
1.
Enter root directory of U disk:
2.
Enter rknn/rknn-toolkit/ directory.
cd rknn/rknn-toolkit/
3.
Install Python requirement
:
pip3 install --user -r requirements-ubuntu18.04-python3.6.txt
4.
Install RKNN-Toolkit
:
pip3 install --user rknn_toolkit-1.1.0b1-cp36-cp36m-linux_x86_64.whl
Notice: RKNN-Toolkit must match with python version, the default version for
ubuntu18.04 is python3.6.
5.
Check whether the rknn-toolkit has been successfully installed:
1)
Enter the following command:
python3
2)
Enter the following code in python3 running environment to import RKNN module.
from rknn.api import RKNN
(1)
If RKNN has been imported successfully:
$ python3
>>> from rknn.api import RKNN
>>>
(2)
Input quit(), quit from the Python, and Skip the following (3) steps.
(3)
If
report the following error after import RKNN, it was because the installation
package for Tensorflow that RKNN relies on uses the SSE4.2 instruction set and the
Содержание RK1808
Страница 1: ...http t rock chips com en Page 1 of 32 RK1808 AI Compute Stick User manual V1 2 0 ...
Страница 14: ...Page 14 of 32 5 Check the IP address ...
Страница 19: ...Page 19 of 32 2 Work Mode The working mode is master or slave ...
Страница 24: ...Page 24 of 32 11 Help RK1808 AI compute stick help information for web configuration ...