Skip to content

Commit 012b256

Browse files
authored
docs: 📝 update README to clarify build options for smaller binary (#164)
Signed-off-by: Onuralp SEZER <onuralp@ultralytics.com>
1 parent bb57845 commit 012b256

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ One of the key benefits of this library is a Rust/ONNX Runtime stack with no PyT
427427
| `lru` | LRU cache for preprocessing LUT |
428428
| `wide` | SIMD for fast preprocessing |
429429

430-
### Optional Dependencies (for `--save` feature)
430+
### Optional Dependencies (for the `annotate` feature)
431431

432432
| Crate | Purpose |
433433
| ----------- | ------------------------------ |
@@ -456,7 +456,7 @@ apt-get install -y ffmpeg libavutil-dev libavformat-dev libavfilter-dev libavdev
456456
cargo build --release --features video
457457
```
458458

459-
To build without annotation support (smaller binary):
459+
To build without annotation and visualization support (smaller binary):
460460

461461
```bash
462462
cargo build --release --no-default-features

0 commit comments

Comments
 (0)