Skip to content

Commit b349960

Browse files
committed
postprocessing: hailo: Update Yolov5 person/face hef file
This uses NMS processing similar to the other Yolo networks. Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
1 parent 9f418f0 commit b349960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/hailo_yolov5_personface.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
"hailo_yolo_inference":
1313
{
14-
"hef_file": "/usr/share/hailo-models/yolov5s_personface_h8l_pi.hef",
14+
"hef_file": "/usr/share/hailo-models/yolov5s_personface_h8l.hef",
1515
"hailopp_config_file": "/usr/share/hailo-models/yolov5_personface.json",
1616
"max_detections": 5,
1717
"threshold": 0.5,

utils/download-hailo-models.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ networks=(
1515
# Yolov8 pose
1616
https://hailo-csdata.s3.eu-west-2.amazonaws.com/resources/hefs/h8l_rpi/yolov8s_pose_h8l_pi.hef
1717
# Yolov5 person/face inference
18-
https://hailo-csdata.s3.eu-west-2.amazonaws.com/resources/hefs/h8l_rpi/yolov5s_personface_h8l_pi.hef
18+
https://hailo-csdata.s3.eu-west-2.amazonaws.com/resources/hefs/h8l_rpi/yolov5s_personface_h8l.hef
1919
)
2020

2121
if [ $# -ne 1 ]; then

0 commit comments

Comments
 (0)