File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
# Edit Makefile and change AML_SDK_PATH= to your AML/SDK instalation path
16
16
make
17
17
# display video window
18
- ./tpu_obj_detect --gui=true
18
+ ./aml_obj_detect --gui=true
19
19
# specify the id of your camera 0=default
20
- ./tpu_obj_detect --camera_device=0
20
+ ./aml_obj_detect --camera_device=0
21
21
# to save last image awith nnotation to a file add --annotate, it will save obj_detect_note.jpg in current path
22
- ./tpu_obj_detect --camera_device=0 --annotate
22
+ ./aml_obj_detect --camera_device=0 --annotate
23
23
# to use a video instead of camera try
24
- ./tpu_obj_detect --video=test.mp4 --annotate
24
+ ./aml_obj_detect --video=test.mp4 --annotate
25
25
```
26
26
27
27
## Required
@@ -119,4 +119,4 @@ python3 ./export_anchors.py model/tflite_graph_v2.pb > nn_anchors.h
119
119
120
120
121
121
122
-
122
+
You can’t perform that action at this time.
0 commit comments