- Download the vitis_ai_model_ZCU102_2019.2-r1.1.0.deb packet.
- Copy the downloaded file to the board using scp with the following
command.
$scp vitis_ai_model_ZCU102_2019.2-r1.1.0.deb root@IP_OF_BOARD:~/
Note: The deb package can be taken as a normal archive, and you can extract the contents on the host side if you only need part of the models. The operation command is as follows.$mkdir extract $dpkg -X vitis_ai_model_ZCU102_2019.2-r1.1.0.deb extract
- Log in to the board (usong ssh or serial port) and install the model package.
- Run the following
command.
#dpkg -i vitis_ai_model_ZCU102_2019.2-r1.1.0.deb
After the installation is complete, the model files are stored in /usr/share/vitis_ai_library/models on the target side.