From e91fd9077238e67fd64073330d1c8dfe7297dbf5 Mon Sep 17 00:00:00 2001 From: ChenBingWei1201 Date: Tue, 20 Jun 2023 21:01:43 +0800 Subject: [PATCH] alter the README.md in pose_estimation/raspberry_pi --- lite/examples/pose_estimation/raspberry_pi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lite/examples/pose_estimation/raspberry_pi/README.md b/lite/examples/pose_estimation/raspberry_pi/README.md index c4c8c6d8842..e373ed38e87 100644 --- a/lite/examples/pose_estimation/raspberry_pi/README.md +++ b/lite/examples/pose_estimation/raspberry_pi/README.md @@ -38,7 +38,7 @@ python3 pose_estimation.py * The default value is `movenet_lightning`. ``` -python3 pose_estimation.py --model_name movenet_thunder +python3 pose_estimation.py --model movenet_thunder ``` ## Run the pose classification sample @@ -49,7 +49,7 @@ python3 pose_estimation.py --model_name movenet_thunder ``` python3 pose_estimation.py \ - --classifier classifier + --classifier classifier.tflite --label_file labels.txt ```