From 4e2f827908466e859f793643b7023808bc4b2aff Mon Sep 17 00:00:00 2001 From: yuan dian Date: Fri, 30 Jan 2026 13:50:58 +0800 Subject: [PATCH] Update README.md --- examples/mobilenet/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/examples/mobilenet/README.md b/examples/mobilenet/README.md index 5af7226..fb45516 100644 --- a/examples/mobilenet/README.md +++ b/examples/mobilenet/README.md @@ -1,3 +1,14 @@ +## Model Description + +This model is converted from MobileNetV2 pretrained weights +originally released by Google under the Apache License 2.0. + +Original model: +- Architecture: MobileNetV2 +- Source: TensorFlow / Keras official implementation + +The model has been converted and optimized into ADLA format +for deployment on Amlogic NPU platforms. ## Demo Run @@ -104,3 +115,4 @@ Top-5 Classification Results: The classification results show the model's confidence scores (probabilities) for each detected class, with the highest probability indicating the most likely classification. +