Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is OpenCV available for custom object detection? #48

Open
chengchingyu0412 opened this issue Nov 27, 2022 · 2 comments
Open

Is OpenCV available for custom object detection? #48

chengchingyu0412 opened this issue Nov 27, 2022 · 2 comments

Comments

@chengchingyu0412
Copy link

chengchingyu0412 commented Nov 27, 2022

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

@EnoxSoftware
Copy link
Owner

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.

@chengchingyu0412
Copy link
Author

OK, thank you for your information!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants