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/08/03 02:35:20 UTC

[apache/incubator-teaclave] Add a new builtin function for face detection (#399)

**Description**
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 builtin function at this moment...
You can view, comment on, or merge this pull request online at:

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

-- 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;
  * Tweak functions and update third_party dependency
  * Merge pull request #1 from mssun/yc-huang

-- File Changes --

    M cmake/tomls/Cargo.sgx_trusted_lib.toml (2)
    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 (87)
    M third_party/crates-sgx (2)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/399.patch
https://github.com/apache/incubator-teaclave/pull/399.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/399

Re: [apache/incubator-teaclave] Add a new builtin function for face detection (#399)

Posted by Mingshen Sun <no...@github.com>.
Merged #399 into master.

-- 
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/399#event-3622047653