diff --git a/example/batch/README.md b/example/batch/README.md index 2fc3d28..baf63e2 100644 --- a/example/batch/README.md +++ b/example/batch/README.md @@ -136,7 +136,7 @@ git clone --depth=1 https://github.com/swdee/go-rknnlite-data.git data Run the batch example on rk3588 or replace with your Platform model. ``` -cd example/bacth +cd example/batch go run batch.go -s 3 -p rk3588 ```