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 4848getFromServer " models/" " yolonet-models.zip" " assets" " Downloading YOLO ONNX models..."
4949getFromServer " models/" " yolonet-custom-models.zip" " custom-models" " Downloading Custom YOLO ONNX models..."
5050
51- # Install ONNX runtime
51+ # Install ONNX runtime in macOS
5252if [ " $os " = " macos" ]; then
5353 if [ " ${verbosity} " = " quiet" ]; then
5454
Original file line number Diff line number Diff line change 33
44 "ObjectDetectionYOLOv5Net" : {
55 "LaunchSettings" : {
6- "FilePath" : " bin\\ Debug\\ net9.0\\ ObjectDetectionYOLOv5Net.dll"
6+ "FilePath" : " bin/ Debug/ net9.0/ ObjectDetectionYOLOv5Net.dll"
77 }
88 }
99 }
Original file line number Diff line number Diff line change 33
44 "ObjectDetectionYOLOv5Net" : {
55 "LaunchSettings" : {
6- "FilePath" : " bin\\ ObjectDetectionYOLOv5Net.exe"
6+ "FilePath" : " bin/ ObjectDetectionYOLOv5Net.exe"
77 }
88 }
99 }
You can’t perform that action at this time.
0 commit comments