Implement facenet tflite for small face recognition model (#17402)

This commit is contained in:
Nicolas Mowen
2025-03-27 06:31:29 -05:00
committed by GitHub
parent 0947bffeef
commit 36446ceded
6 changed files with 227 additions and 98 deletions
+2 -2
View File
@@ -113,11 +113,11 @@
"desc": "The size of the model used for face recognition.",
"small": {
"title": "small",
"desc": "Using <em>small</em> employs a Local Binary Pattern Histogram model via OpenCV that runs efficiently on most CPUs."
"desc": "Using <em>small</em> employs a FaceNet face embedding model that runs efficiently on most CPUs."
},
"large": {
"title": "large",
"desc": "Using <em>large</em> employs an ArcFace Face embedding model and will automatically run on the GPU if applicable."
"desc": "Using <em>large</em> employs an ArcFace face embedding model and will automatically run on the GPU if applicable."
}
}
},