diff --git a/Standalone-Samples/HoloLens-Reprojection/Images/customvisionserviceconfig.PNG b/Standalone-Samples/HoloLens-Reprojection/Images/customvisionserviceconfig.PNG deleted file mode 100644 index 24b5f9a..0000000 Binary files a/Standalone-Samples/HoloLens-Reprojection/Images/customvisionserviceconfig.PNG and /dev/null differ diff --git a/Standalone-Samples/HoloLens-Reprojection/Images/customvisionserviceconfig.jpg b/Standalone-Samples/HoloLens-Reprojection/Images/customvisionserviceconfig.jpg new file mode 100644 index 0000000..5737b4c Binary files /dev/null and b/Standalone-Samples/HoloLens-Reprojection/Images/customvisionserviceconfig.jpg differ diff --git a/Standalone-Samples/HoloLens-Reprojection/Images/customvisionserviceconfig_set.PNG b/Standalone-Samples/HoloLens-Reprojection/Images/customvisionserviceconfig_set.PNG deleted file mode 100644 index be53d86..0000000 Binary files a/Standalone-Samples/HoloLens-Reprojection/Images/customvisionserviceconfig_set.PNG and /dev/null differ diff --git a/Standalone-Samples/HoloLens-Reprojection/Images/customvisionserviceconfig_set.jpg b/Standalone-Samples/HoloLens-Reprojection/Images/customvisionserviceconfig_set.jpg new file mode 100644 index 0000000..5fda4c0 Binary files /dev/null and b/Standalone-Samples/HoloLens-Reprojection/Images/customvisionserviceconfig_set.jpg differ diff --git a/Standalone-Samples/HoloLens-Reprojection/Images/prediction.PNG b/Standalone-Samples/HoloLens-Reprojection/Images/prediction.PNG deleted file mode 100644 index d8bb288..0000000 Binary files a/Standalone-Samples/HoloLens-Reprojection/Images/prediction.PNG and /dev/null differ diff --git a/Standalone-Samples/HoloLens-Reprojection/Images/prediction.jpg b/Standalone-Samples/HoloLens-Reprojection/Images/prediction.jpg new file mode 100644 index 0000000..e01515b Binary files /dev/null and b/Standalone-Samples/HoloLens-Reprojection/Images/prediction.jpg differ diff --git a/Standalone-Samples/HoloLens-Reprojection/Images/tag.PNG b/Standalone-Samples/HoloLens-Reprojection/Images/tag.PNG deleted file mode 100644 index 4234c9b..0000000 Binary files a/Standalone-Samples/HoloLens-Reprojection/Images/tag.PNG and /dev/null differ diff --git a/Standalone-Samples/HoloLens-Reprojection/Images/tag.jpg b/Standalone-Samples/HoloLens-Reprojection/Images/tag.jpg new file mode 100644 index 0000000..25c0ff1 Binary files /dev/null and b/Standalone-Samples/HoloLens-Reprojection/Images/tag.jpg differ diff --git a/Standalone-Samples/HoloLens-Reprojection/README.md b/Standalone-Samples/HoloLens-Reprojection/README.md index 18c281a..52bf6fb 100644 --- a/Standalone-Samples/HoloLens-Reprojection/README.md +++ b/Standalone-Samples/HoloLens-Reprojection/README.md @@ -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.