We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383bd60 commit a978294Copy full SHA for a978294
README.md
@@ -118,7 +118,7 @@ NanoOWL runs real-time on Jetson Orin Nano.
118
cd examples
119
python3 owl_predict.py \
120
--prompt="[an owl, a glove]" \
121
- --threshold="0.1. 0.1" \
+ --threshold=0.1 \
122
--image_encoder_engine=../data/owl_image_encoder_patch32.engine
123
```
124
@@ -145,7 +145,7 @@ Then run the example
145
```bash
146
147
148
- --threshold="0.1, 0.1" \
149
150
151
0 commit comments