This commit is contained in:
Jason Fox 2019-04-10 15:39:47 -05:00
Родитель 4535597f67
Коммит bf458820e1
9 изменённых файлов: 3 добавлений и 3 удалений

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 14 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 19 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 13 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 23 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 1.1 MiB

Двоичные данные
Standalone-Samples/HoloLens-Reprojection/Images/prediction.jpg Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 122 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 987 KiB

Двоичные данные
Standalone-Samples/HoloLens-Reprojection/Images/tag.jpg Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 175 KiB

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

@ -23,17 +23,17 @@ 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?raw=true)
![Tagging in Custom Vision](Images/tag.jpg?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?raw=true)
![CustomVisionServiceConfig](Images/customvisionserviceconfig.jpg?raw=true)
Then, it will need to be set on the SceneController component.
![Set the config](Images/customvisionserviceconfig_set.png?raw=true)
![Set the config](Images/customvisionserviceconfig_set.jpg?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.