Note

This is the documentation for the latest development branch and may refer to features that are not available in released versions. If you are looking for the documentation for a specific release, use the drop-down menu on the left and select the desired version.

Python Version AI Demo Reference#

Using Python to write AI demos, you can leverage common libraries such as NumPy and OpenCV for post-processing, enabling pure Python AI demo development. You can refer to the following examples to develop your own applications.

YOLOv8 Object Detection (v4l2-drm library)#

Source code see yolo_v4l2_drm.py

Face Detection#

Source code see face_detect.py

YOLOv8 Object Detection (display library)#

Source code see yolo_display.py

This demo is not recommended, single channel, preview may lag

Comments list
Comments
Log in