Enox Software
Enox Software
I realized that commercial use of dataset used to train "shape_predictor_68 _ face_landmarks.dat" is prohibited. Therefore, I temporarily stop publishing assets. "shape_predictor_68 _ face_landmarks.dat" is the trained model file published...
The detection accuracy is almost equal to that of the old model. sp_human_face_68.dat is trained using the [dlib 5-point face landmark dataset](http://dlib.net/files/data/dlib_faces_5points.tar).
Unfortunately, HLS video stream is not supported on the OpenCVForUnity Android platform. Perhaps you need to get the video frames in another asset and then convert them to OpenCVForUnity's Mat....
Perhaps there is some error on the opencv side. Enclose the point where the error occurs in Utils.setDebugMode() method, and the error on the C++ side will be displayed on...
Thanks for the useful input. We thought we needed an example of TrackingModule.legacy_Tracker too, so we created a new one for it. Please give it a try. [LegacyTrackingExample.zip](https://github.com/EnoxSoftware/OpenCVForUnity/files/9594151/LegacyTrackingExample.zip)
Hello. I have just released a version in my repository that supports the latest Unity and Hololens2. Please try it out. https://github.com/EnoxSoftware/HoloLensCameraStream
Hello. I have just released a version in my repository that supports the latest Unity and Hololens2. Please try it out. https://github.com/EnoxSoftware/HoloLensCameraStream
Hello. I have just released a version in my repository that supports the latest Unity and Hololens2. Please try it out. https://github.com/EnoxSoftware/HoloLensCameraStream
Hello. I have just released a version in my repository that supports the latest Unity and Hololens2. Please try it out. https://github.com/EnoxSoftware/HoloLensCameraStream
As mentioned in the comments here, there seems to be an unresolved bug in aruco's ChAruco board-related methods, including calibrateCameraCharuco. https://github.com/opencv/opencv/issues/23493#issuecomment-1510536940 The opencv aruco class has had some destructive fixes...