and can you tell me after reseting rpi is it download haliort 4.18.0 which is required for tappas example to run
can you confirom me is it downloads 4.17.0 or 4.18.0 or can tell me how can i upgrade if it download haliort 4.17.0 to 4.18.0
can any one confiorm
Resetting your system involves the following steps:
- Reinstall the Raspberry Pi OS from scratch.
- After the fresh OS installation, run the hailo-all installer again.
Once reset, follow these steps:
- Reinstall the hailo-all package.
- Use Tappas version 3.28.1 from GitHub or version 3.28, which are compatible with the current system.
Current setup:
- This will set you up with Tappas that works with HailoRT 4.17.
Future updates:
- We’re planning to release HailoRT 4.18 for Raspberry Pi.
- This release is pending Raspberry Pi’s own update.
- Once available, you’ll be able to use HailoRT 4.18 with Tappas 3.29.
We’ll announce when the new version is ready for installation. For now, the setup with HailoRT 4.17 and Tappas 3.28/3.28.1 should meet your needs.
thank for your guide, i correctly setup the tappas now there is no any driver issue
but when i try to run face-recognigation on raspberry pi5 it giving two error as shown below
[HailoRT] [error] CHECK failed - Error opening file /home/trinity/tappas/apps/h8/gstreamer/general/face_recognition/resources/scrfd_10g.hef
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_OPEN_FILE_FAILURE(13)
[HailoRT] [error] Failed parsing HEF file
[HailoRT] [error] Failed creating HEF
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_OPEN_FILE_FAILURE(13)
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_OPEN_FILE_FAILURE(13)
CHECK_EXPECTED_AS_STATUS failed with status=13
[HailoRT] [error] CHECK failed - Error opening file /home/trinity/tappas/apps/h8/gstreamer/general/face_recognition/resources/arcface_mobilefacenet_v1.hef
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_OPEN_FILE_FAILURE(13)
[HailoRT] [error] Failed parsing HEF file
[HailoRT] [error] Failed creating HEF
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_OPEN_FILE_FAILURE(13)
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_OPEN_FILE_FAILURE(13)
CHECK_EXPECTED_AS_STATUS failed with status=13
Setting pipeline to PAUSED …
terminate called after throwing an instance of ‘std::runtime_error’
what(): Gallery JSON file does not exist
./face_recognition.sh: line 214: 3540 Aborted
and 2. (hailo_tappas) trinity@raspberrypi:~/tappas/apps/h8/gstreamer/general/face_recognition $ ./save_faces.sh
ERROR: The save faces pipeline is currently supported for Ubuntu 20.04 OS (Your system is Ubuntu 12)
my system configartions are as follows:
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
64bit
raspberry pi5 M.2 HAT+
gpu=6M
arm=1018M
[HailoRT] [error] CHECK failed - Error opening file /home/trinity/tappas/apps/h8/gstreamer/raspberrypi/detection/resources/yolov5m_wo_spp_60p.hef
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_OPEN_FILE_FAILURE(13)
[HailoRT] [error] Failed parsing HEF file
[HailoRT] [error] Failed creating HEF
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_OPEN_FILE_FAILURE(13)
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_OPEN_FILE_FAILURE(13)
CHECK_EXPECTED_AS_STATUS failed with status=13 and this error ocured while runing trinity@raspberrypi:~/tappas/apps/h8/gstreamer/raspberrypi/detection $ ./detection.sh
so plz consider these to and helpme if any thing i had done mistake while executing
It appears that the issue you’re facing might be related to HailoRT, specifically with parsing the HEF (Hailo Executable Format) files. To better diagnose and potentially resolve this problem, we need to verify if the HEF files are valid and compatible with your current HailoRT setup.
First, let’s clarify:
- Are these custom HEF files that you’ve created?
- Or are they standard models from the Hailo Model Zoo?
Regardless of their origin, it’s crucial to validate these HEF files before running them in your application. Please run the following commands for each HEF file you’re trying to use:
-
To check if the HEF is working and to assess its performance:
hailortcli run /path/to/your/model.hef
-
To examine the HEF properties:
hailortcli parse-hef /path/to/your/model.hef
These commands will help us determine if:
- The HEF files are valid and can be read by HailoRT
- There are any compatibility issues between the HEF and your current HailoRT version
- The HEF contains the expected network structure and properties
After running these commands, please provide the output. If you encounter any errors during these checks, it would indicate that the problem lies with the HEF files or their compatibility with your HailoRT setup, rather than with the GStreamer pipeline itself.
Based on the results, we can then:
- Verify if the HEF files are correct and compatible
- Check if your HailoRT version supports these specific HEF files
- Determine if there’s a need to regenerate the HEF files or update your HailoRT
This approach will help us isolate whether the issue is with the HEF files, the HailoRT configuration, or if we need to look back at the GStreamer pipeline for potential problems.
and also i getting ERROR: The save faces pipeline is currently supported for Ubuntu 20.04 OS (Your system is Ubuntu 12)
When I run the model that I downloaded (a compiled .hef
file from the model zoo), I get the following error:
[HailoRT] [error] CHECK failed - HEF file length does not match
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_INVALID_HEF(26)
[HailoRT] [error] Failed parsing HEF file
[HailoRT] [error] Failed creating HEF
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_INVALID_HEF(26)
[HailoRT CLI] [error] CHECK_SUCCESS failed with status=HAILO_INVALID_HEF(26) - Failed reading hef file /home/trinity/Downloads/lightface_slim.hef
I’m trying to run face recognition on a Raspberry Pi 5 with the Hailo AI Kit, but I keep getting this error. Could you please confirm if it’s possible to run face recognition on a Raspberry Pi 5 with the Hailo AI Kit? If not, I might need to explore other options, as this delay is affecting my project.
any updates regarding above error…
This error is because you downloaded the model with the latest version .
I am going to release a guide , how to upgrade RPI to 4.18 , please follow it and then most of these errors will go .
RPI to 4.18 means hailoRT 4.18?
and
without upgrading to 4.18 can i download model which are compatable to rpi 4.17 .if yes how?
hi any update about query above
Follow the Guide here to fix your issues