Skip to content

Commit 24145cf

Browse files
committed
add section on how-to run
1 parent 095dba1 commit 24145cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,10 @@ ansible-playbook -i hosts -v local.yml -K
9191

9292
Ansible will immediately ask you for your sudo password, as packages etc. will need to be installed through root user.
9393

94+
# Run
9495

96+
Inside `ml/tf_vision/` run:
97+
98+
```
99+
python3 object_detection_tutorial.py
100+
```

0 commit comments

Comments
 (0)