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 bb57845 commit 012b256Copy full SHA for 012b256
1 file changed
‎README.md‎
@@ -427,7 +427,7 @@ One of the key benefits of this library is a Rust/ONNX Runtime stack with no PyT
427
| `lru` | LRU cache for preprocessing LUT |
428
| `wide` | SIMD for fast preprocessing |
429
430
-### Optional Dependencies (for `--save` feature)
+### Optional Dependencies (for the `annotate` feature)
431
432
| Crate | Purpose |
433
| ----------- | ------------------------------ |
@@ -456,7 +456,7 @@ apt-get install -y ffmpeg libavutil-dev libavformat-dev libavfilter-dev libavdev
456
cargo build --release --features video
457
```
458
459
-To build without annotation support (smaller binary):
+To build without annotation and visualization support (smaller binary):
460
461
```bash
462
cargo build --release --no-default-features
0 commit comments