Closed bruden01 closed 5 years ago
Ok.. Changes to procedures have been made per @JakeSchmitz
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.
is this ready to go or am I still missing something?
One last issue is the file names no longer match the procedure names. Sorry I didn't make that clear in my last comment.
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 .
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.
I think this is ready now.
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.