Skip to content

Commit

Permalink
removed hidden charachter in download_reasources.sh (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
giladnah authored Oct 27, 2024
1 parent c19d4ba commit fb222cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ download_model() {
H8_HEFS=(
"https://hailo-model-zoo.s3.eu-west-2.amazonaws.com/ModelZoo/Compiled/v2.13.0/hailo8/yolov5m_wo_spp.hef"
"https://hailo-model-zoo.s3.eu-west-2.amazonaws.com/ModelZoo/Compiled/v2.13.0/hailo8/yolov8m_pose.hef"
"https://hailo-model-zoo.s3.eu-west-2.amazonaws.com/ModelZoo/Compiled/v2.13.0/hailo8/yolov8s_pose.hef"
"https://hailo-model-zoo.s3.eu-west-2.amazonaws.com/ModelZoo/Compiled/v2.13.0/hailo8/yolov8s_pose.hef"
"https://hailo-model-zoo.s3.eu-west-2.amazonaws.com/ModelZoo/Compiled/v2.13.0/hailo8/yolov6n.hef"
"https://hailo-model-zoo.s3.eu-west-2.amazonaws.com/ModelZoo/Compiled/v2.13.0/hailo8/yolov8s.hef"
"https://hailo-model-zoo.s3.eu-west-2.amazonaws.com/ModelZoo/Compiled/v2.13.0/hailo8/yolov5m_seg.hef"
Expand Down

0 comments on commit fb222cc

Please sign in to comment.