Demo Overview - 2.0 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2022-01-20
Version
2.0 English

There are two application demos provided within the Vitis AI Library. They use the Vitis AI Library to build their applications. The codes are stored in Vitis-AI/demo/Vitis-AI-Library/apps/segs_and_roadline_detect and Vitis-AI/demo/Vitis-AI-Library/apps/seg_and_pose_detect.

  • segs_and_roadline_detect is a demo that includes MultiTask segmentation network processing, vehicle detection, and road line detection. It simultaneously performs 4-channel segmentation and vehicle detection and 1-channel road lane detection.
  • seg_and_pose_detect is a demo that includes MultiTask segmentation network processing and pose detection. It simultaneously performs 1-channel segmentation process and 1-channel pose detection.
Note: To achieve the best performance, the demos use the Direct Render Manager (DRM) for video display. Log in the board using ssh or serial port and run the demo remotely. If you do not want to use DRM for video display, set USE_DRM=0 in the compile option.