hailo-detect-simpleTo close the application, press Ctrl+C.
This is lightweight version of the detection example, mainly focusing on demonstrating Hailo performance while minimizing CPU load. The internal GStreamer video processing pipeline is simplified by minimizing video processing tasks, and the YOLOv6 Nano model is used.
The application will detect and classify various objects.
For more details, please see the full detection application: Full detection application
hailo-detect-simple --input rpiThere are 2 ways:
Specify the argument --input to usb:
hailo-detect-simple --input usbThis will automatically detect the available USB camera (if multiple are connected, it will use the first detected).
Second way:
Detect the available camera using this script:
get-usb-cameraRun example using USB camera input - Use the device found by the previous script:
hailo-detect-simple --input /dev/video<X>For additional options, execute:
hailo-detect-simple --helpFor examples:
python detection_simple.py --input usb