aboutsummaryrefslogtreecommitdiff
path: root/samples/ImageClassification/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'samples/ImageClassification/README.md')
-rw-r--r--samples/ImageClassification/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/ImageClassification/README.md b/samples/ImageClassification/README.md
index 068d0c916a..e34e12a922 100644
--- a/samples/ImageClassification/README.md
+++ b/samples/ImageClassification/README.md
@@ -58,7 +58,7 @@ from the Arm ML-Zoo).
cd BASEDIR
#copy your model and label mapping
cp ml-zoo/models/image_classification/mobilenet_v2_1.0_224/tflite_uint8/mobilenet_v2_1.0_224_quantized_1_default_1.tflite .
- cp ml-zoo/models/image_classification/mobilenet_v2_1.0_224/tflite_uint8 labelmappings.txt .
+ cp ml-zoo/models/image_classification/mobilenet_v2_1.0_224/tflite_uint8/labelmappings.txt .
```
4. Download a test image.