File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff 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+
51572. 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 |
You can’t perform that action at this time.
0 commit comments