Testing Face Embedding Nearest Neighbor Search with OpenCV SFace

Hello, everyone.

Face recognition can sound like a big topic, but technically it can be treated as "turn a face image into a numeric vector, then search for nearby vectors."

Today, I tested OpenCV Zoo's SFace by generating face embeddings and checking whether nearest neighbor search can find another image of the same person.

What we are verifying