Step 2: Installing AI Model Package - 1.1 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2020-03-23
Version
1.1 English
  1. Download the vitis_ai_model_ZCU102_2019.2-r1.1.0.deb packet.
  2. 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
  3. Log in to the board (usong ssh or serial port) and install the model package.
  4. 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.