VirtuoTuring commited on
Commit
faa37bf
·
verified ·
1 Parent(s): 964f474

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -31,7 +31,33 @@ Compare embeddings using cosine similarity.
31
 
32
  Suggested initial threshold:
33
  - 0.93
 
 
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ## Limitations
36
  - it does not perform face detection on its own
37
  - it assumes the face is already cropped/aligned
 
31
 
32
  Suggested initial threshold:
33
  - 0.93
34
+ -
35
+ ## Training data
36
 
37
+ This model was trained on a curated dataset of 23,660 face images.
38
+
39
+ The dataset contains cropped and aligned face images and was assembled to include variation in apparent age, sex presentation, accessories, and appearance, including examples with hats and glasses.
40
+
41
+ The training set was built from sources that were identified by the curator as providing permissive reuse terms and/or explicit permission for access and reuse. Where images were discovered through search engines, they were not treated as licensed merely because they appeared in search results; inclusion was intended only where the original source indicated free-use terms, permissive licensing, or other documented authorization.
42
+
43
+ ## Data provenance and legal notice
44
+
45
+ Face images may constitute personal data and, when used for face recognition or identity-related processing, may fall within the scope of biometric data under applicable data protection law. Accordingly, this model card should not be read as a blanket statement that any downstream use is lawful in every jurisdiction.
46
+
47
+ The publisher represents that the dataset curation process sought to limit training data to images believed to be available under free-use terms and/or explicit authorization. However, users remain responsible for conducting their own legal review regarding copyright, privacy, data protection, biometric-data compliance, and any sector-specific rules that may apply in their jurisdiction.
48
+
49
+ ## Preprocessing
50
+
51
+ All training images were face-cropped and aligned before training. The model expects:
52
+ - RGB face image
53
+ - cropped/aligned face
54
+ - size: 112x112
55
+ - dtype: float32
56
+ - normalization: [-1, 1]
57
+
58
+ ## Limitations
59
+
60
+ This model does not perform face detection on its own and assumes that the face is already cropped and aligned. It is not a certified biometric identification system and may perform poorly under extreme pose, occlusion, poor lighting, or partial-face conditions.
61
  ## Limitations
62
  - it does not perform face detection on its own
63
  - it assumes the face is already cropped/aligned