Dataset Viewer
The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): (None, {}), NamedSplit('validation'): (None, {}), NamedSplit('test'): ('csv', {})}
Error code: FileFormatMismatchBetweenSplitsError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
LFW Face Recognition — Aligned Faces, Embeddings & Test Predictions
Companion data for Khalyie/lfw-face-recognition.
Files
aligned_faces.pt— MTCNN-aligned 160x160 uint8 face tensors for all 5749+ identities / ~13k images, indexed to matchmetadata.json's identity/label arraysalignment_fallback_indices.json— indices where MTCNN failed to detect a face and a center-crop fallback was usedmetadata.json— identity list + train/val/test index splitstrain/val/test_embeddings.npy,*_labels.npy,*_indices.npy— 512-dim L2-normalized embeddings per split, with original dataset indices preservedtest_predictions.csv— per-image predictions from the test set: true identity, predicted identity, similarity score, correct/incorrect, top-3 candidatestest_predictions_sample.png— visual grid of sample predictions
Reload embeddings/labels with numpy.load(...), and metadata.json's
train_indices / val_indices / test_indices to know which original LFW
image each row corresponds to.
- Downloads last month
- 26