You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,8 @@ usls = "latest-version"
125
125
## 📦 Cargo Features
126
126
-**`ort-download-binaries`** (**default**): Automatically downloads prebuilt ONNXRuntime binaries for supported platforms
127
127
-**`ort-load-dynamic`**: Dynamic linking to ONNXRuntime libraries ([Guide](https://ort.pyke.io/setup/linking#dynamic-linking))
128
-
-**`video`**: Enable video stream reading and writing (via [video-rs](https://github.com/oddity-ai/video-rs) and [minifb](https://github.com/emoon/rust_minifb))
128
+
-**`video`**: Enable video stream reading and writing (via [video-rs](https://github.com/oddity-ai/video-rs))
129
+
-**`viewer`**: Enable image and video stream visualization (via [minifb](https://github.com/emoon/rust_minifb))
129
130
-**`cuda`**: NVIDIA CUDA GPU acceleration support
130
131
-**`tensorrt`**: NVIDIA TensorRT optimization for inference acceleration
131
132
-**`coreml`**: Apple CoreML acceleration for macOS/iOS devices
//! - **`ort-load-dynamic`**: Dynamic linking to ONNXRuntime libraries ([Guide](https://ort.pyke.io/setup/linking#dynamic-linking))
30
-
//! - **`video`**: Enable video stream reading and writing (via [video-rs](https://github.com/oddity-ai/video-rs) and [minifb](https://github.com/emoon/rust_minifb))
30
+
//! - **`video`**: Enable video stream reading and writing (via [video-rs](https://github.com/oddity-ai/video-rs)
31
+
//! - **`viewer`**: Enable image and video stream visualization (via [minifb](https://github.com/emoon/rust_minifb))
31
32
//! - **`cuda`**: NVIDIA CUDA GPU acceleration support
32
33
//! - **`tensorrt`**: NVIDIA TensorRT optimization for inference acceleration
33
34
//! - **`coreml`**: Apple CoreML acceleration for macOS/iOS devices
0 commit comments