From 74aaca15b8172d41fed9a70fb1861b59860fa514 Mon Sep 17 00:00:00 2001 From: dialAguirre Date: Wed, 1 Mar 2023 14:31:37 +0100 Subject: [PATCH] Editing README.md I just added the README.md description to explain how to use body-pose-detection model --- examples/body-pose-detection/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/examples/body-pose-detection/README.md b/examples/body-pose-detection/README.md index 8b137891..fd8c9149 100644 --- a/examples/body-pose-detection/README.md +++ b/examples/body-pose-detection/README.md @@ -1 +1,21 @@ +# Body Pose Invocation asynchronous invocation + +This example uses the pre-trained classification model by DEEP-Hybrid-DataCloud +[Body Pose Detection](https://marketplace.deep-hybrid-datacloud.eu/modules/deep-oc-posenet-tf.html) +and is prepared to be used with asynchronous invocations. + + +In order to invoke the function, first you have to do is create a service, +either by the OSCAR UI or by using the FLD within the following command. + +``` sh +oscar-cli apply body-pose-detection-async.yaml +``` + +Once the service is created you can make the invocation with the following +command, which will store the output on a minio bucket. + +``` sh +oscar-cli service put-file body-pose-detection-async minio images/001.jpg body-pose-detection-async/input/001.jpg +```