You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by yc-huang <no...@github.com> on 2020/07/31 08:31:47 UTC

[apache/incubator-teaclave] add new builtin function to perform face detection (#398)

## Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.

Add a new builtin function &#39;builtin-rustface-detector&#39; and example python client; which will encode an image as base64 string, pass it to the builtin function as function parameter, get the detected face bounding boxes as result and plot it to generate an output image.

## Type of change (select or add applied and delete the others)

- [ ] New feature: add a new builtin function named &#39;builtin-rustface-detector&#39; and corresponding python client example.

## How has this been tested?
Lack of testcase for this new bultin function at this moment...



You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave/pull/398

-- Commit Summary --

  * add python requirements file
  * add demo client for function builtin-rustface-detector
  * add new builtin function &quot;builtin-rustface-detector&quot;
  * add dependencies with image and rustface
  * export rustface_detector api
  * add new feature &quot;builtin_rustface_detector&quot;
  * add builtin function &quot;builtin_rustface_detector&quot;

-- File Changes --

    A examples/python/builtin_rustface.py (109)
    A examples/python/requirments.txt (5)
    M executor/Cargo.toml (2)
    M executor/src/builtin.rs (4)
    M function/Cargo.toml (2)
    M function/src/lib.rs (3)
    A function/src/rustface_detector.rs (83)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/398.patch
https://github.com/apache/incubator-teaclave/pull/398.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/398

Re: [apache/incubator-teaclave] add new builtin function to perform face detection (#398)

Posted by Mingshen Sun <no...@github.com>.
Closed #398.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/398#event-3611229601

Re: [apache/incubator-teaclave] add new builtin function to perform face detection (#398)

Posted by Mingshen Sun <no...@github.com>.
Sorry, I accidentally force push your master PR and this PR is automatically closed. I have helped you update dependencies and tweak some function setups.

Can you use this change (https://github.com/mssun/incubator-mesatee/tree/yc-huang) to create a new PR? Thanks.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/398#issuecomment-667472238