From 2e5ea174fe0961f71e4286f854987ecc4cbc2750 Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Sat, 18 Mar 2023 00:27:38 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 517597924 --- docs/solutions/models.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/solutions/models.md b/docs/solutions/models.md index 1172f2cfc..c45aefa44 100644 --- a/docs/solutions/models.md +++ b/docs/solutions/models.md @@ -108,6 +108,8 @@ one over the other. * [TFLite model](https://storage.googleapis.com/mediapipe-assets/ssdlite_object_detection.tflite) * [TFLite model quantized for EdgeTPU/Coral](https://github.com/google/mediapipe/tree/master/mediapipe/examples/coral/models/object-detector-quantized_edgetpu.tflite) +* [TensorFlow model](https://storage.googleapis.com/mediapipe-assets/object_detection_saved_model/archive.zip) +* [Model information](https://storage.googleapis.com/mediapipe-assets/object_detection_saved_model/README.md) ### [Objectron](https://google.github.io/mediapipe/solutions/objectron)