doughtmw / HoloLens2-Machine-Learning

Using deep learning models for image classification directly on the HoloLens 2.
MIT License
107 stars 29 forks source link

Error init: Unable to find the specified file #8

Open LeeCASC opened 2 years ago

LeeCASC commented 2 years ago

Deploy tensorflow model in Hololens 2. Sucessful deployment. But after opening application in Hololens2, display shows that "Error init: Unable to find the specified file". What should I do?

harshitht789 commented 2 years ago

Same Problem, any solution found?

doughtmw commented 2 years ago

This sounds like it could be from not adding the ONNX model to your Visual Studio solution and correctly setting the formatting. Make sure to follow the steps in the README that discuss adding the onnx-models\model.onnx file to the Builds\HoloLens-2-Machine-Learning\Assets folder and importing/formatting for uptake in Visual Studio.