commit | 2ab50f0c18e483bf4b0d503156c9eb02c0a19941 | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Wed Sep 01 23:39:14 2021 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Wed Sep 01 23:39:14 2021 -0700 |
tree | d11cb535ffa0524087ecb4d7b0f6d7e48a90a798 | |
parent | 7548831a09e026310748c3af627351fda581d5cc [diff] |
ml-models-public: Commit public models Change-Id: Iab79c437b16781c4ce0d18e65b679cbebcfd723a
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
For tflite models, use the web-based visualization tool to inspect the file. The tool supports drag and drop or file GUI.