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:
- The video files are located in vitis_ai_library_r2.5.0_video.tar.gz. Download the package from here.
- 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