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: openvino-road-segmentation-adas/rust/openvino-road-segmentation-adas-basic/src/main.rs
+22-34Lines changed: 22 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
//!
7
7
//! In the environment where WasmEdge is deployed, run `wasmedge --dir .:. <path to rust-road-segmentation-adas.wasm> ../model/road-segmentation-adas-0001.xml ../model/road-segmentation-adas-0001.bin <path to input tensor>`. After the inference, the result tensor `wasinn-openvino-inference-output-1x4x512x896xf32.tensor` will be returned. You can use opencv or other tools to visualize the inference result.
0 commit comments