/home/$USER/Desktop/yolo_hailo/yolov11n.hef Write each object class[rock,paper,scissors] on a new line in your that file:'/home/$USER/Desktop/yolo_hailo/labels.txt'
/home/$USER/Desktop/yolo_hailo/yolov11n.hef
Write each object class[rock,paper,scissors] on a new line in your that file:'/home/$USER/Desktop/yolo_hailo/labels.txt'
cd /home/$USER/Desktop/yolo_hailo
sudo apt update
sudo apt install -y python3-pip python3-libcamera python3-kms++ python3-prctl libatlas-base-dev
git clone -b next https://github.com/raspberrypi/picamera2.git
cd picamera2
pip install -e . --break-system-packages
cd picamera2/examples/hailo
python detect.py --model /home/$USER/Desktop/yolo_hailo/yolov11n.hef --labels /home/$USER/Desktop/yolo_hailo/labels.txt