cooper_robot commited on
Commit ·
3b80f57
1
Parent(s): f06c049
Add release note for v1.1.0
Browse files- README.md +28 -0
- resource/Facenet_mobilenet.png +3 -0
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: pytorch
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+

|
| 6 |
+
|
| 7 |
+
FaceNet is a deep metric learning framework for face recognition and verification that maps face images into a compact embedding space where distances directly correspond to face similarity.
|
| 8 |
+
|
| 9 |
+
Original paper: [FaceNet: A Unified Embedding for Face Recognition and Clustering](https://arxiv.org/abs/1503.03832)
|
| 10 |
+
|
| 11 |
+
# FaceNet
|
| 12 |
+
|
| 13 |
+
This model uses FaceNet with a MobileNetV1 backbone, providing a lightweight, efficient architecture suitable for real-time face recognition on mobile and embedded devices. It is well suited for applications such as authentication, access control, and edge-based identity verification.
|
| 14 |
+
|
| 15 |
+
Model Configuration:
|
| 16 |
+
- Reference implementation: [FaceNet MobileNetV1 implementation](https://github.com/bubbliiiing/facenet-pytorch)
|
| 17 |
+
- Original Weight: [FaceNet MobileNetV1 weight](https://pan.baidu.com/s/1K20hyxU_UgSej1eZWih0Ag)
|
| 18 |
+
Extraction code: anv6
|
| 19 |
+
- Resolution: 3x160x160
|
| 20 |
+
- Support Cooper version:
|
| 21 |
+
- Cooper SDK: [2.5.2]
|
| 22 |
+
- Cooper Foundry: [2.2]
|
| 23 |
+
|
| 24 |
+
| Model | Device | Model Link |
|
| 25 |
+
| :-----: | :-----: | :-----: |
|
| 26 |
+
| FaceNet | N1-655 | [Model_Link](https://huggingface.co/Ambarella/Facenet/blob/main/n1-655_facenet_mobilenet.bin) |
|
| 27 |
+
| FaceNet | CV72 | [Model_Link](https://huggingface.co/Ambarella/Facenet/blob/main/cv72_facenet_mobilenet.bin) |
|
| 28 |
+
| FaceNet | CV75 | [Model_Link](https://huggingface.co/Ambarella/Facenet/blob/main/cv75_facenet_mobilenet.bin) |
|
resource/Facenet_mobilenet.png
ADDED
|
Git LFS Details
|