YOLO, Python, Raspberry pi 5

why there is no information for running a python code using hailo?
i have a python code, hailo 8L, and custom yolo model.
i already finished the installation hailo
but dont know how to use.

Hey @ermac0112,

Welcome to the Hailo Community!

Here are your options for getting started:

  1. GStreamer Infrastructure and Python API:
    Check out the examples here:
    Hailo RPi5 Examples

  2. Python API Examples:
    Explore these examples for using our Python API:
    Hailo Application Code Examples

  3. Inference Examples:
    Learn how to perform inference with the resources provided here:
    Inference Utils

Let us know if you need further assistance!

Best regards,
Omria

thank you
currently I have my own custom hef file,then I use this code “python3 basic_pipelines/detection_modified.py --hef-path resources/custom_yolov8n.hef --input rpi --labels-json resources/cytron-labels.json” to run
the features I add in the python coding cannot function on the frame.
and I know that cannot use cv2.imshow.

so how…