YoloDetectionHoloLens-Unity icon indicating copy to clipboard operation
YoloDetectionHoloLens-Unity copied to clipboard

Object detection on the HoloLens through streaming PV camera frames to a companion PC, processing those using a YOLO framework, and returning the bounding box data which is rendered using Unity.

Results 11 YoloDetectionHoloLens-Unity issues
Sort by recently updated
recently updated
newest added

I am trying to build on x86 using vs 2017 and facing these error do you have any idea. Thank you

Thank you so much for this repository. It is very useful for me, so that I am developing an object detection app on the Hololens2. I have no trouble building...

I downloaded the YoloDetectionHoloLens-Unity project. As described, the .dlls of HoloLensForCV were put into the Plugin/ARM. YoloDetection's Device Type was HL2 and the IP address was modified to build. It...

I am using yolo and on linux my build is giving me an error I have document on this issue https://forum.unity.com/threads/urgent-shader-loading-problem.1194259/ Could anyone help me here?

Hi, I use your DrawBoundingBoxes.cs but the boxes (or rather the text) don't get destroyed properly: ![boxes](https://user-images.githubusercontent.com/20143191/104837764-f3a68200-58b6-11eb-91b8-18df47e7e857.PNG) After receiving the boxes from the parser I use the following code: ```...

I want to transfer depthframe of hololens to PC by enabling the HoloLensResearchModeSensors like your project-"HoloLensForCVUnity", but either the enable fails or the depthframe cannot be sent.(I do not know...

Hello mitchell, I deployed the first sample onto the hololens 2 and then started the ComputeOnDesktop x64 on my pc. Everything starts fine. I use the Release Version for both...

Hello Mitchell, thank you for your code. It has been very helpful. When I build the Unity project using the XR SDK (following the steps here: https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/GettingStartedWithMRTKAndXRSDK.html), a connection is...

Nice to meet you! I ran your program and was very impressed! So my question is, what specific Yolo model is your program using? I would appreciate it if you...

Thanks for your job, its wonderful. My knowledge is limited and I would appreciate it if you could help me. Recently, I want to deploy ML model on HoloLens2, and...