This commit is contained in:
Jason Fox 2019-04-10 15:35:08 -05:00
Родитель 0ed2bc045b
Коммит 4535597f67
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -23,22 +23,22 @@ I got started by training a custom vision classifier on http://customvision.ai.
For my sample, I create a model to detect coffee mugs and classify them.
![Tagging in Custom Vision](./Images/tag.png)
![Tagging in Custom Vision](Images/tag.png?raw=true)
You will need to create a train your own model on the Custom Vision portal, or roll your own inference pipeline and integrate the reporjection components into your project.
Once you publish the iteration that you're happy with, you will input that URL and the Prediction Key value into the CustomVisionServiceConfig object.
![CustomVisionServiceConfig](./Images/customvisionserviceconfig.png)
![CustomVisionServiceConfig](Images/customvisionserviceconfig.png?raw=true)
Then, it will need to be set on the SceneController component.
![Set the config](./Images/customvisionserviceconfig_set.png)
![Set the config](Images/customvisionserviceconfig_set.png?raw=true)
That should be all you need to do. Don't forget to setup your HoloLens project settings and then build out to Visual Studio.
## Screenshot
![screenshot](./Images/hololens_screenshot.jpg)
![screenshot](Images/hololens_screenshot.jpg?raw=true)
If you find any issues with the sample, please submit an issue. Thank you!