Vantiq / Contributions

A collection of VANTIQ projects, apps, collaborations, clients, samples and code that is freely available to all users.
MIT License
2 stars 0 forks source link

Added MS Face APIs #3

Closed bruden01 closed 5 years ago

bruden01 commented 5 years ago

This is a set of Microsoft Face API's from Azure Cognitive Services. It provides a series of functions for performing face detection (gender, emotion, accessories, etc...), face recognition, as well as training and grouping.

bruden01 commented 5 years ago

Ok.. Changes to procedures have been made per @JakeSchmitz

bruden01 commented 5 years ago

Ok. I think I fixed the remaining issues with the demo procedures not pointing to the right API's after I changed the case of the procedure names. Let me know if there are any other issues.

bruden01 commented 5 years ago

is this ready to go or am I still missing something?

JakeSchmitz commented 5 years ago

One last issue is the file names no longer match the procedure names. Sorry I didn't make that clear in my last comment.

bruden01 commented 5 years ago

how do I fix that? The export procedure names them. Or do you mean manually?

On Thu, Jan 3, 2019 at 8:14 PM Jacob Schmitz notifications@github.com wrote:

One last issue is the file names no longer match the procedure names. Sorry I didn't make that clear in my last comment.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Vantiq/Contributions/pull/3#issuecomment-451329022, or mute the thread https://github.com/notifications/unsubscribe-auth/ACbhr7UwOx7jNd0kd-Kn9FsyAG4zTbd7ks5u_qsEgaJpZM4ZcJjT .

rblumer4 commented 5 years ago

If you re-export the procedures after the rename, the files should get the new name. If you renamed them in the existing export directory, rather than in your namespace, you could import the changed files & then re-export them and the procedure files should get the new names... To get them renamed in GIT, you'd have to manually delete the old files (git rm), do the export, then add the new files (git add) and commit them.

bruden01 commented 5 years ago

I think this is ready now.