doughtmw / HoloLens2-Machine-Learning

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

Can't use custom ONNX file #17

Closed assi98 closed 1 year ago

assi98 commented 1 year ago

I have tried to use several ONNX files to run in this example, but i am not able to. I am only able to run it with the one that is given i the repo. Any suggestions on what I could do to upload and use my own?

doughtmw commented 1 year ago

Hi @assi98, please take a look at another repository of mine for more details on preparing the ONNX models. It's unfortunately not quite plug-n-play to get these models to work with WinML, and there is typically some additional modifications that are required.