Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Bind an 3D object to a 2D Boundingbox

Hello community,

I am working on a project for my school.
I use object detection via deep learning with an image I take with the hololens. I send this image to a server which sends me boundingboxes for the found objects. Now I want to bind an 3D object to those boundingboxes in the real world distance, to navigate to those 3D objects. I know that there is no option to use the raw depth data, but maybe someone here got an idea how to manage it. Is there a way I can use the HoloToolkit spatial understanding to maybe set a point at the real world object by getting the spatial underlaying of the image boundingbox?

I hope you understand my question, I am no english native, so ask if there's something unclear.

Thanks for your help.

Sign In or Register to comment.