LocalJoost / BlogComments

This repo is solely used for comments on https://localjoost.github.io/
4 stars 0 forks source link

Comments on "HoloLens AI - using Yolo ONNX models to localize objects in 3D space" #442

Open LocalJoost opened 1 year ago

LocalJoost commented 1 year ago

Original article: https://localjoost.github.io/HoloLens-AI-using-Yolo-ONNX-models-to-localize-objects-in-3D-space/

Achilisnard commented 2 months ago

Hello,

I'm a french student, I work on a project of oject detection with hololens 2. When I simulate my project in unity everything works fine but when I deploy my solution on the headset an execption is lifted by visual studio. The execption is raised when: worker.execute() Have you had this kind of problem? If you know what it may come from I’ve been stuck on for a while I’ll be very grateful.

I work with Unity 2021.3.36.f1 and Barracuda 3.0.0

LocalJoost commented 2 months ago

Don't run it from Visual Studio. Just deploy it to HoloLens, as ARM64/Master. AFAIK you can't run from Visual Studio

Achilisnard commented 2 months ago

I've try but still not working I think I'm missing something in the configuration or the deployment. Thanks

LocalJoost commented 2 months ago

I am not quite sure what branch you have pulled. I assume you have read this article. https://localjoost.github.io/HoloLens-AI-using-Yolo-ONNX-models-to-localize-objects-in-3D-space/. Tips I can give you:

Achilisnard commented 2 months ago

I've update my Hololens OS version and now It works. Thanks!!

LocalJoost commented 2 months ago

@Achilisnard that is great to hear! Enjoy and good luck with your further HoloLens/Computer vision endeavors!