Skip to content

Commit b17a440

Browse files
authored
Merge pull request #280 from tokk-nv/dev-nanoowl
Install missing pip module
2 parents 6af6040 + fc8a7f4 commit b17a440

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/vit/tutorial_nanoowl.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,25 @@ jetson-containers run --workdir /opt/nanoowl $(autotag nanoowl)
4040

4141
## How to run the tree prediction (live camera) example
4242

43-
1. Ensure you have a camera device connected
43+
0. Ensure you have a camera device connected
4444

45-
```
45+
```bash
4646
ls /dev/video*
4747
```
4848

4949
<small>If no video device is found, exit from the container and check if you can see a video device on the host side.</small>
5050

51+
1. Install missing module.
52+
53+
```bash
54+
pip install aiohttp
55+
```
56+
5157
2. Launch the demo
5258
```bash
5359
cd examples/tree_demo
54-
python3 tree_demo.py ../../data/owl_image_encoder_patch32.engine
60+
python3 tree_demo.py --camera 0 --resolution 640x480 \
61+
../../data/owl_image_encoder_patch32.engine
5562
```
5663

5764
| Option | Description | Example |

0 commit comments

Comments
 (0)