Experiment - Face embedding and comparison
Problem:You want to recognize if two face images belong to the same person by comparing their face embeddings.
Current Metrics:Current model uses a simple face embedding extractor and compares embeddings with Euclidean distance. Accuracy on a small test set is 70%.
Issue:The model is not accurate enough to reliably distinguish faces. The threshold for deciding 'same person' is not optimized, causing many false positives or false negatives.