From 85f5e70b0b5bdec21abd09c6b3e38af28c94ea64 Mon Sep 17 00:00:00 2001 From: Rafal Sapala Date: Tue, 25 Jun 2024 11:20:01 +0200 Subject: [PATCH] Geti (#67) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 274044513b..2120c1ddec 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Check the included demos with pipeline examples or create your own graphs and ex - modified [build_desktop_examples.sh](build_desktop_examples.sh) script to build new demos. - added [calculators](mediapipe/calculators/ovms) and [calculators](mediapipe/calculators/openvino) for OpenVINO™ inference in mediapipe graphs detailed [description](mediapipe/calculators/ovms/calculators.md). +- added [calculators](mediapipe/calculators/geti) for serialization and inference tasks. - modified bazel [targets](mediapipe/examples/desktop) to use OpenVINO™ inference calculators (the list of available demos is in the table below). - modified [WORKSPACE](WORKSPACE) file to add OpenVINO™ Model Server dependencies. Specifically target @ovms//src:ovms_lib as dependency from [OpenVINO Model Server](https://github.com/openvinotoolkit/model_server)