Open
Conversation
…thub Adding Azure Deploy Buttin to README Related Work Items: #78, #79
Related Work Items: #82
Adding Luis Cache Functions Working on ARL
Moving LUIS post processing to Azure Function
- adding Luis, Function App - adding app settings for functions and git continous deploy
Fixing function autodeploy function
Adding ARM template and auto-deploy to Feature/LUIScache
- Dynamic configuration of Luis endpoint - Location indepent - Continous deploy of the Azure Function
Fixing ARM Template :
Luis API url
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds:
1: Package for using Microsoft Custom Vision and Computer Vision in Unity.
2: A Standalone Demo that shows how to use this package, called "Vision Treasure Hunt".
The assets used for this package are under /Assets/MixedRealityAzure/Vision/, and include 3 scripts and 1 prefab. No additional .dlls are needed at this point.
There is a .bat file for packaging in the future included, and the 1.0.0 version of the Unity Package is in /MixedReality-Azure-Unity/UnityPackages.
To use in a project, just import the UnityPackage, and put the VisionObject prefab in the scene, fill in options in the inspector, and send images to it. There are more instructions in the README in /MixedRealityAzure/Vision/, and an example of using it in the standalone sample.
The package has been tested in a project that also uses the LUIS package, and seems to have no conflicts.