commit | 075a7018825bebf108e5dc3f5d1d8c07140f930b | [log] [tgz] |
---|---|---|
author | Lun Dong <lundong@google.com> | Thu Dec 15 16:46:09 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 15 16:46:09 2022 +0000 |
tree | 5cbef4a2fe93353f48f18d16aecc3030bfb23aef | |
parent | be87a174da71d213ed0bff298482109f26d47e73 [diff] |
Revert "Disable person_detection VMVX compilation" This reverts commit be87a174da71d213ed0bff298482109f26d47e73. Reason for revert: upstream bug has been fixed. Change-Id: I9b5b3c3bffb1b0bad73a75cdebf4190229cd6fc6 BUG: 262578831
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.