Skip to content

Commit

Permalink
[Example] fix: wrong name (#139)
Browse files Browse the repository at this point in the history
tensor-1x224x224x3-f32.bgr -> input.jpg
  • Loading branch information
15kubernetes authored May 10, 2024
1 parent feee750 commit 2b61664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvino-mobilenet-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Please refer to [WasmEdge Docs](https://wasmedge.org/docs/contribute/source/plug
cargo build --target wasm32-wasi --release
cd ..

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

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

0 comments on commit 2b61664

Please sign in to comment.