PreviousNext

Adapting Custom Vision Object Recognition Windows ML code for use in Mixed Reality applications

by bill-s, 2019-01-30T19:20:10.042Z

In November I wrote about a Custom Vision Object Detection experiment that I did, which allowed the HoloLens I was wearing to recognize not only what objects where in view, but also where they approximately were in space. You might remember this picture. Apart from being a very cool new project type, it also showed a great limitation. You could only use an online model. You could not download it in the form of, for instance, an ONNX model to use with Windows ML. It worked pretty well, don't get me wrong, but maybe you are out and about and your device can't always reach the online model. Well guess what recently changed: Yay! Custom Vision Object Detection now support downloadable models that can be use in Windows ML.

Read More