Skip to content

Commit

Permalink
Editing README.md
Browse files Browse the repository at this point in the history
I just added the README.md description to explain how to use body-pose-detection model
  • Loading branch information
Dialdroid committed Mar 1, 2023
1 parent 7790362 commit 74aaca1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions examples/body-pose-detection/README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 74aaca1

Please sign in to comment.