aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-11-03 11:13:16 +0000
committerTeresaARM <teresa.charlinreyes@arm.com>2021-11-04 20:09:33 +0000
commit0c9e212bc08342ba3d1d9ffc90d2e68c0f832b8f (patch)
tree91d58b7348e71bf508506d39b4ad8712fc7ee8d0
parent38f5bf075645962aa9e2c834838d1a30bd97d08e (diff)
downloadarmnn-0c9e212bc08342ba3d1d9ffc90d2e68c0f832b8f.tar.gz
IVGCVSW-6095 Sample model to test Netron serialized format support
* This commit only has the Readme.md file which has the link to the model available in public model zoo Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ife6ac8fc16897d977148a84de958719c427947e5
-rw-r--r--samples/serialized/Readme.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/serialized/Readme.md b/samples/serialized/Readme.md
new file mode 100644
index 0000000000..e85ae1047b
--- /dev/null
+++ b/samples/serialized/Readme.md
@@ -0,0 +1,4 @@
+# Arm NN Serialized Example model
+
+This is a really simple example of an Arm NN serialized model which is supported on Netron. It is based on SSD MobileNet V1 FP32 model available in the public model zoo (https://github.com/ARM-software/ML-zoo/tree/master/models/object_detection/ssd_mobilenet_v1/tflite_fp32), converted using the ArmnnConverter tool. The model is trained by Google and uses 300x300 input image.
+More details on how to deploy this model using Arm NN SDK can be found here: https://developer.arm.com/documentation/102274/latest \ No newline at end of file