Skip to content

Commit a978294

Browse files
committed
Changes in readme
1 parent 383bd60 commit a978294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ NanoOWL runs real-time on Jetson Orin Nano.
118118
cd examples
119119
python3 owl_predict.py \
120120
--prompt="[an owl, a glove]" \
121-
--threshold="0.1. 0.1" \
121+
--threshold=0.1 \
122122
--image_encoder_engine=../data/owl_image_encoder_patch32.engine
123123
```
124124

@@ -145,7 +145,7 @@ Then run the example
145145
```bash
146146
python3 owl_predict.py \
147147
--prompt="[an owl, a glove]" \
148-
--threshold="0.1, 0.1" \
148+
--threshold=0.1 \
149149
--image_encoder_engine=../data/owl_image_encoder_patch32.engine
150150
```
151151

0 commit comments

Comments
 (0)