WebNews
Please enter a web search for web results.
NewsWeb
Infer Model set_buffer always sends 0 bytes on Raspberry Pi 5 aarch64 - Hailo RT 4. 23. 0
3+ hour, 49+ min ago (144+ words) Hi, I'm running Super Point model inference on Raspberry Pi 5 with Hailo-8 L using Python API, but set_buffer() always results in "Input buffer size 0" error regardless of approach tried. Setup: Raspberry Pi 5, aarch64, Raspberry Pi OS Bookworm Hailo RT 4. 23. 0 (hailort_4. 23. 0_arm64. deb) Python binding:…...
No v5. 3 python binding source to match with 5. 3 runtime driver.
3+ week, 6+ day ago (53+ words) Hailo Community I'm fairly new to this so there might be workarounds. I keep running into mismatches my driver for Hailo10 on ARM is 5. 3 but the python3-hailort 4. 23. 0-1 is the last version I can get it seems....
Hailo-Dataflow-Compiler with Python 3. 12
1+ mon, 2+ week ago (14+ words) Hailo Community Hailo-Dataflow-Compiler with Python 3. 12...
Request: Pre-compiled yolov8x-seg. hef or yolov9x-seg. hef for Hailo-8 (Edge-Precision / Bleed Issues)
1+ mon, 3+ week ago (241+ words) I am currently using the official yolov8m_seg. hef (Medium) from the Model Zoo. I've heavily optimized my Python post-processing (custom NMS, 15% relative size filters to drop background people, and strict "Anchor Core" logic to kill disconnected background islands). However, I've hit…...
Slackware Linux on Raspberry Pi with Hailo-10 H
1+ mon, 3+ week ago (206+ words) We've started a new project focusing on Hailo 10 H M. 2 AI Accelerator on Raspberry Pi 5 running Slackware Linux OS. The SAIRPi Project will focus on running Slackware Linux on the Raspberry Pi while testing and evaluating the Hailo 10 H M. 2 AI accelerator....
Object detection using hailo8 and yolo26
1+ mon, 3+ week ago (246+ words) I want to use yolo26 for object detection task on rpi5 but can don't receive found objects. I upgraded previous hailo-apps to latest version Running detection sample results in error below cd hailo-apps source source setup_env. sh python hailo_apps/python/pipeline_apps/detection/detection. py --hef-path…...
Qwen2-1. 5 B-Instruct-Function-Calling-v1 HEF fails with HAILO_TIMEOUT on Hailo RT 5. 2. 0 " no v5. 2. 0 HEF available?
2+ mon, 2+ hour ago (87+ words) I'm running a Raspberry Pi 5 + AI HAT+ 2 (Hailo-10 H) with Hailo RT 5. 2. 0 and trying to load the Qwen2-1. 5 B-Instruct-Function-Calling-v1 model. Loading the model via the Python Gen AI API fails with HAILO_TIMEOUT(4): The base Qwen2-1. 5 B-Instruct. hef (downloaded from the v5. 2. 0 link) loads and generates…...
Using HAILO 8 with python to run YOLO object detection on static images
2+ mon, 6+ day ago (92+ words) Hailo Community Using HAILO 8 with python to run YOLO object detection on static images I have a model trained by YOLOv11 to detect objects in static images. This was done on the Google Coral just fine, using python. I am looking…...
How does a HEF file transform data? Does it preprocess images automatically?
2+ mon, 3+ week ago (336+ words) I am working on a project to create an image search GUI to find images the fit a specific prompt. For this, I am using the Tiny CLIP image and text encoders from the Hailo model zoo. I am writing…...
Custom YOLO model works correctly in Py Torch/ONNX but produces wrong detections after conversion to HEF (fragmented boxes, misaligned detections)
3+ mon, 2+ week ago (228+ words) I am working on deploying a custom-trained YOLO object detection model on a Raspberry Pi 5 with Hailo AI HAT (Hailo-8). The model performs correctly on my development machine in both Py Torch (. pt) and ONNX formats, but after converting it…...