Skip to content

Commit

Permalink
postprocess: hailo: Fix .hef file names for yolov6 and yolox
Browse files Browse the repository at this point in the history
This was missed out in the asset files when the hef files were renamed.

Signed-off-by: Rishi Krishna S <[email protected]>
  • Loading branch information
Rishi-k-s authored and naushir committed Dec 5, 2024
1 parent 6287bff commit b78871e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/hailo_yolov6_inference.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

"hailo_yolo_inference":
{
"hef_file_8L": "/usr/share/hailo-models/yolov6n.hef",
"hef_file_8L": "/usr/share/hailo-models/yolov6n_h8l.hef",
"hef_file_8": "/usr/share/hailo-models/yolov6n_h8.hef",
"max_detections": 20,
"threshold": 0.4,
Expand Down
2 changes: 1 addition & 1 deletion assets/hailo_yolox_inference.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

"hailo_yolo_inference":
{
"hef_file": "/usr/share/hailo-models/yolox_s_leaky_h8l_mz.hef",
"hef_file": "/usr/share/hailo-models/yolox_s_leaky_h8l_rpi.hef",
"max_detections": 20,
"threshold": 0.4,

Expand Down

0 comments on commit b78871e

Please sign in to comment.