Get Started Guide#

  • Time to Complete: 1~2 hour(s)

  • Programming Language: Python3, Linux Shell, C++

Get Started#

This guide provides step-by-step instructions for users.

Prerequisites#

  1. Perform a fresh installation of Ubuntu* Desktop 24.04.1 on the target system.(For Intel® Core™ and Intel® Core™ Ultra platform, Ubuntu 24.04.1 LTS is preferred, for Intel® Xeon® platform, Ubuntu 24.04.1 LTS Server is preferred)

Step 1: Install the Package#

  1. Select Configure & Download to download the Metro AI Suite Software Development Kit package. Configure and Download

    Figure 1. Configure and Download
  2. Click Download. In the next screen, accept the license agreement and copy the Product Key.

  3. Transfer the downloaded package to the target Ubuntu* system and unzip:

    unzip Metro_AI_Suite_SDK.zip
    

    Note: Please use the same credential that was created during Ubuntu* installation to proceed with the installation for Metro AI Suite Software Development Kit.

  4. Go to the Metro_AI_Suite_SDK/ directory:

    cd Metro_AI_Suite_SDK
    
  5. Change the permission of the executable edgesoftware file:

    chmod 755 edgesoftware
    
  6. Install the Metro AI Suite Software Development Kit package:

    sudo apt install python3-venv
    python3 -m venv venv
    ./edgesoftware install
    
  7. When prompted, enter the Product Key. You can enter the Product Key mentioned in the email from Intel confirming your download (or the Product Key you copied in Step 2).

  8. When the installation is complete, you will see the message “Installation of package complete” and the installation status for each module. Installation Complete Message

    Figure 11. Installation Complete Message

Follow step-by-step examples to become familiar with the core functionality of the microservice, in Tutorials.

Troubleshooting#

  1. If the installation process fails to install Metro SDK and DLStreamer Pipeline Server:

    Solution: Reboot your system and restart the installation by running:

    ./edgesoftware install