File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,10 @@ NanoOWL runs real-time on Jetson Orin Nano.
89
89
5. (optional) Install NanoSAM (for the instance segmentation example)
90
90
6. Install the Clip Package
91
91
92
- ` ` ` conda install --yes -c pytorch pytorch=1.7.1 torchvision cudatoolkit=11.0
93
- pip install ftfy regex tqdm
94
- pip install git+https://github.com/openai/CLIP.git
92
+ ` ` ` bash
93
+ conda install --yes -c pytorch pytorch=1.7.1 torchvision cudatoolkit=11.0
94
+ pip install ftfy regex tqdm
95
+ pip install git+https://github.com/openai/CLIP.git
95
96
` ` `
96
97
97
98
2. Install the NanoOWL package.
@@ -117,7 +118,7 @@ NanoOWL runs real-time on Jetson Orin Nano.
117
118
cd examples
118
119
python3 owl_predict.py \
119
120
--prompt=" [an owl, a glove]" \
120
- --threshold=0.1 \
121
+ --threshold=" 0.1. 0.1 " \
121
122
--image_encoder_engine=../data/owl_image_encoder_patch32.engine
122
123
` ` `
123
124
@@ -144,7 +145,7 @@ Then run the example
144
145
```bash
145
146
python3 owl_predict.py \
146
147
--prompt="[an owl, a glove]" \
147
- --threshold=0.1 \
148
+ --threshold=" 0.1, 0.1" \
148
149
--image_encoder_engine=../data/owl_image_encoder_patch32.engine
149
150
```
150
151
You can’t perform that action at this time.
0 commit comments