You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am interested in deploying OpenCV on HL2 for custom object detection.
Is OpenCV available to do that?
If so, are there some reference tutorial videos?
(I notice that OpenCV can detect human faces, and I would like to detect other things, like construction vehicles.)
Thank you so much
The text was updated successfully, but these errors were encountered:
Object detection with OpenCV often uses the DNN module these days, but unfortunately, OpenCV's DNN module is not compatible with the UWP platform and cannot be used with Hololens2.
Therefore, consider using a traditional Haar feature-based Cascade-type classifier or DNN inference with Unity's Barracuda.
Hi,
I am interested in deploying OpenCV on HL2 for custom object detection.
Is OpenCV available to do that?
If so, are there some reference tutorial videos?
(I notice that OpenCV can detect human faces, and I would like to detect other things, like construction vehicles.)
Thank you so much
The text was updated successfully, but these errors were encountered: