kolaszko / hl2_detection

Apache License 2.0
9 stars 2 forks source link

Unable to See Detection Boxes in Unity Project Deployed on Hololens #5

Open IncludeSuper opened 5 months ago

IncludeSuper commented 5 months ago

Hello,

I followed your steps to build a Unity project and deployed it on my Hololens device. However, I can't see any detection boxes or any signs of it running. I'm a student, and your project is crucial for me as I'm deeply interested in learning about Hololens. Could you please help me with my questions? I hope to get in touch with you.

Thank you.

kolaszko commented 5 months ago

Hi,

Did you try to run in debug mode and see output in console on your computer? Also you can try to enable a frame rate indicator in HoloLens settings and judging by this predict whether inference is running in the background. What threshold did you used for detections?

Best, Mikołaj

IncludeSuper commented 5 months ago

Hello,

Thank you very much for your response. With your advice, I was able to successfully run your program, which is excellent!

I hope to build upon your program to run my modified YOLOv8 model on the Hololens. My model is designed to detect only one type of object, and it also has the capability to identify keypoints of objects. Do you have any suggestions for implementing such a model? I would greatly appreciate any advice you can provide.

Thank you.