Skip to content

Commit 2b61664

Browse files
authored
[Example] fix: wrong name (#139)
tensor-1x224x224x3-f32.bgr -> input.jpg
1 parent feee750 commit 2b61664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvino-mobilenet-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Please refer to [WasmEdge Docs](https://wasmedge.org/docs/contribute/source/plug
5757
cargo build --target wasm32-wasi --release
5858
cd ..
5959

60-
wasmedge --dir .:. ./rust/target/wasm32-wasi/release/wasmedge-wasinn-example-mobilenet.wasm mobilenet.xml mobilenet.bin tensor-1x224x224x3-f32.bgr
60+
wasmedge --dir .:. ./rust/target/wasm32-wasi/release/wasmedge-wasinn-example-mobilenet.wasm mobilenet.xml mobilenet.bin input.jpg
6161
```
6262

6363
If the commands above run successfully, you will get the output:

0 commit comments

Comments
 (0)