Demo 3: multitask_v3_quad_windows - Demo 3: multitask_v3_quad_windows - 2.5 English - UG1354

Vitis AI Library User Guide (UG1354)

Document_ID
UG1354
Release_Date
2022-06-15
Version
2.5 English

AI Model and Performance

multitask_v3
320x512, 1ch, 30fps

Building and Running the Demo

Build the demo in the host and copy the program to the target board.

cd Vitis-AI/examples/Vitis-AI-Library/apps/multitask_v3_quad_windows
bash -x build.sh
bash -x builddrm.sh
scp multitaskv3_quad_windows_drm multitaskv3_quad_windows_x root@IP_OF_BOARD:~/

To use OpenCV display, run the following command:

#./multitaskv3_quad_windows_x d58cbda2-97976be7__640x360.avi -t 4 > /dev/null 2>&1

To use DRM display, connect to the board using SSH and run the following command:

#./multitaskv3_quad_windows_drm d58cbda2-97976be7__640x360.avi -t 4  > /dev/null 2>&1
Note:
  1. The video files are located in vitis_ai_library_r2.5.0_video.tar.gz. Download the package from here.
  2. Due to limitations of the Docker environment, the multitask_v3_quad_windows demos cannot run in the DRM mode on Cloud devices.
Figure 1. multitask_v3_quad_windows Demo Picture