Ask Your Question

mzattera's profile - activity

2019-10-30 07:32:02 -0600 commented answer Face embedding calculation from Java

I think the reason is the face should be aligned first. And I fear OpenCV has no Java libraries for that. All the exampl

2019-10-30 07:32:01 -0600 commented answer Face embedding calculation from Java

I think the reason is the face should be aligned first. And I fear OpenCV has no Java libraries for that. All the exampl

2019-10-30 05:37:00 -0600 commented answer Face embedding calculation from Java

....still, cannot fix the returned embedding. The above code is not able to identify faces as belonging to the same pers

2019-10-27 09:18:53 -0600 commented answer How to recognized face which are already detected by application?

To avoid the error in Dnn.readNetFromTorch("openface.nn4.small2.v1.t7"); you need to put the full path and file name to

2019-10-27 09:17:35 -0600 commented answer How to recognized face which are already detected by application?

I am using the above code, but the embedding returned seems wrong. I cannot get a value of distance I can use fro face r

2019-10-23 13:15:23 -0600 commented answer Face embedding calculation from Java

Hi. I keep having strange results. I am running the above code verbatim (no changes).I am using OpenCV 4.1.1 I downloade

2019-10-23 04:39:42 -0600 commented answer Face embedding calculation from Java

It seems I get better results (but I am checking only with 2 people having 5 pictures each) with: Dnn.blobFromImage(img

2019-10-22 11:05:02 -0600 received badge  Student (source)
2019-10-22 11:04:55 -0600 received badge  Teacher (source)
2019-10-22 09:56:01 -0600 received badge  Self-Learner (source)
2019-10-22 09:46:07 -0600 marked best answer Face embedding calculation from Java

Hi, is there a way to calculate face embedding from the Java port of OpenCV?

I have browsed the JavaDoc but I cannot find it.

Thanks in advance.

2019-10-22 09:46:07 -0600 received badge  Scholar (source)
2019-10-22 09:45:50 -0600 commented answer Face embedding calculation from Java

Thanks a lot for the quick reply! However, let me add a note fro beginners like me :) When I ran the above code, I got

2019-10-22 00:47:02 -0600 asked a question Face embedding calculation from Java

Face embedding calculation from Java Hi, is there a way to calculate face embedding from the Java port of OpenCV? I hav