Skip to content

Commit 192a8fd

Browse files
authored
Update README.md
1 parent 63f8cea commit 192a8fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hw_sampling/vim3_npu/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
# Edit Makefile and change AML_SDK_PATH= to your AML/SDK instalation path
1616
make
1717
# display video window
18-
./tpu_obj_detect --gui=true
18+
./aml_obj_detect --gui=true
1919
# specify the id of your camera 0=default
20-
./tpu_obj_detect --camera_device=0
20+
./aml_obj_detect --camera_device=0
2121
# 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
2323
# to use a video instead of camera try
24-
./tpu_obj_detect --video=test.mp4 --annotate
24+
./aml_obj_detect --video=test.mp4 --annotate
2525
```
2626

2727
## Required
@@ -119,4 +119,4 @@ python3 ./export_anchors.py model/tflite_graph_v2.pb > nn_anchors.h
119119

120120

121121

122-
122+

0 commit comments

Comments
 (0)