File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
modules/ObjectDetectionYOLOv5Net Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
getFromServer " models/" " yolonet-models.zip" " assets" " Downloading YOLO ONNX models..."
49
49
getFromServer " models/" " yolonet-custom-models.zip" " custom-models" " Downloading Custom YOLO ONNX models..."
50
50
51
- # Install ONNX runtime
51
+ # Install ONNX runtime in macOS
52
52
if [ " $os " = " macos" ]; then
53
53
if [ " ${verbosity} " = " quiet" ]; then
54
54
Original file line number Diff line number Diff line change 3
3
4
4
"ObjectDetectionYOLOv5Net" : {
5
5
"LaunchSettings" : {
6
- "FilePath" : " bin\\ Debug\\ net9.0\\ ObjectDetectionYOLOv5Net.dll"
6
+ "FilePath" : " bin/ Debug/ net9.0/ ObjectDetectionYOLOv5Net.dll"
7
7
}
8
8
}
9
9
}
Original file line number Diff line number Diff line change 3
3
4
4
"ObjectDetectionYOLOv5Net" : {
5
5
"LaunchSettings" : {
6
- "FilePath" : " bin\\ ObjectDetectionYOLOv5Net.exe"
6
+ "FilePath" : " bin/ ObjectDetectionYOLOv5Net.exe"
7
7
}
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments