commit | a3240e0f75385a730484778456db8f00132ea5a1 | [log] [tgz] |
---|---|---|
author | Julian Mullings-Black <julianmb@google.com> | Wed Jun 05 01:09:37 2024 +0000 |
committer | Julian Mullings-Black <julianmb@google.com> | Wed Jun 05 16:21:47 2024 +0000 |
tree | dffce17e496779a04354a2e24ba078a0f68f58b0 | |
parent | 5a2815b92cbb0b30fa16bc925360d3600a10de00 [diff] |
Add noci tag to tests that take too long to run Change-Id: Iaa28eb1fab404bab43c7f05aa4a548ea844e764d Bypass-Presubmit-Reason: Passed presubmit
This is the model zoo for public models used in Shodan vector core examples.
The person presence detection quantized model from https://github.com/tensorflow/tflite-micro/blob/main/tensorflow/lite/micro/models/person_detect.tflite
Mobilenet V1 float-point model from https://tfhub.dev/tensorflow/lite-model/mobilenet_v1_0.25_224/1/default/1?lite-format=tflite
Mobilenet V1 quantized model from https://tfhub.dev/tensorflow/lite-model/mobilenet_v1_0.25_224_quantized/1/default/1?lite-format=tflite
Mobilenet V2 quantized model from https://tfhub.dev/tensorflow/lite-model/mobilenet_v2_1.0_224_quantized/1/default/1?lite-format=tflite
HPS (Human Presence Sensor) non-tiled quantized model from https://chromium.googlesource.com/chromiumos/platform/hps-firmware/+/6cdea6d1158a8cd3238b8ae4f744fdb494779c80/models/shared.tflite
For tflite models, use the web-based visualization tool to inspect the file. The tool supports drag and drop or file GUI.
Test data for sample model inputs are in the “test_data” directory. Currently, only test data for the Human Presence Sensor model are included.
Test image files for Human Presence Sensor model, from ChromeOS codebase.
For each model, the corresponding model executable under iree_exec
can be built with the .c/.h files using sw/vec_iree
project as library. They can be run as unit tests via lit framework using Renode or QEMU.