- Build the demo in the host and copy the program to the target
board.
cd Vitis-AI/examples/Vitis-AI-Library/apps/vck190_4video
bash build_4video.sh
scp -r vck190_4video root@IP_OF_BOARD:~/
- Download the video file package vitis_ai_library_r2.5.0_video.tar.gz from here, untar it, and find the
seg_512_288.avi file in apps/vck190_4video.
- Copy seg_512_288.avi file to the
target.
scp seg_512_288.avi root@IP_OF_BOARD:~/vck190_4video
- Run the
demo.
# /etc/init.d/xserver-nodm stop
bash run_4video.sh
Figure 1. vck190_4video Demo Picture