We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e5b6f commit 0ebec3bCopy full SHA for 0ebec3b
prepare-pi.sh
@@ -1,5 +1,8 @@
1
#! /bin/bash
2
3
+sudo dtoverlay uart0-pi5
4
+sudo dtoverlay uart3-pi5,ctsrts
5
+
6
python3.11 -m venv .venv --system-site-packages
7
8
source .venv/bin/activate
src/__main__.py
@@ -16,8 +16,8 @@ def main():
16
parser.add_argument(
17
"--model",
18
type=str,
19
- default=environ.get("DRONE_MODEL", "./models/best_float32.tflite"),
20
- help="Path to the model file (default: ./models/best_float32.tflite)",
+ default=environ.get("DRONE_MODEL", "./models/yolov5nu_float16.tflite"),
+ help="Path to the model file (default: ./models/yolov5nu_float16.tflite)",
21
)
22
23
"--type",
0 commit comments