The latest Hailo Boards have their .hef file names changed #752
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When using the examples from the Raspberry PI AI Kit site official getting started, there will be an error as files "yolov6n.hef" is renamed as "yolov6n_h8l.hef" and "yolox_s_leaky_h8l_mz.hef" as "yolox_s_leaky_h8l_rpi.hef" in the JSON file.
So while running it will produce an error stating that the file "yolov6n.hef" or "yolox_s_leaky_h8l_mz.hef" does not exist, hence correcting the file names in the repo.