Skip to content

Commit 0f19ebe

Browse files
author
Chris Maunder
committed
Path corrected
1 parent 9195578 commit 0f19ebe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/ObjectDetectionYOLOv5Net/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fi
4848
getFromServer "models/" "yolonet-models.zip" "assets" "Downloading YOLO ONNX models..."
4949
getFromServer "models/" "yolonet-custom-models.zip" "custom-models" "Downloading Custom YOLO ONNX models..."
5050

51-
# Install ONNX runtime
51+
# Install ONNX runtime in macOS
5252
if [ "$os" = "macos" ]; then
5353
if [ "${verbosity}" = "quiet" ]; then
5454

modules/ObjectDetectionYOLOv5Net/modulesettings.development.json

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

44
"ObjectDetectionYOLOv5Net": {
55
"LaunchSettings": {
6-
"FilePath": "bin\\Debug\\net9.0\\ObjectDetectionYOLOv5Net.dll"
6+
"FilePath": "bin/Debug/net9.0/ObjectDetectionYOLOv5Net.dll"
77
}
88
}
99
}

modules/ObjectDetectionYOLOv5Net/modulesettings.windows.json

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

44
"ObjectDetectionYOLOv5Net": {
55
"LaunchSettings": {
6-
"FilePath": "bin\\ObjectDetectionYOLOv5Net.exe"
6+
"FilePath": "bin/ObjectDetectionYOLOv5Net.exe"
77
}
88
}
99
}

0 commit comments

Comments
 (0)