Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,6 @@ We present EdgeFace- a lightweight and efficient face recognition network inspir
|
|
12 |
|
13 |
* **Training**: EdgeFace-Base was trained on [Webface260M](https://www.face-benchmark.org/) dataset (12M and 4M subsets)
|
14 |
* **Parameters**: 18.23M
|
15 |
-
* **Task**: Zero-shot Multi-speaker TTS
|
16 |
* **Output structure**: Batch of face images
|
17 |
|
18 |
## Evaluation of EdgeFace
|
@@ -56,7 +55,7 @@ We present EdgeFace- a lightweight and efficient face recognition network inspir
|
|
56 |
|
57 |
|
58 |
|
59 |
-
## Running
|
60 |
|
61 |
Please check the project [GitHub repository](https://gitlab.idiap.ch/bob/bob.paper.tbiom2023_edgeface/)
|
62 |
|
@@ -71,5 +70,11 @@ EdgeFace is released under [CC BY-NC-SA 4.0](https://creativecommons.org/license
|
|
71 |
If you find our work useful, please cite the following publication:
|
72 |
|
73 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
```
|
|
|
12 |
|
13 |
* **Training**: EdgeFace-Base was trained on [Webface260M](https://www.face-benchmark.org/) dataset (12M and 4M subsets)
|
14 |
* **Parameters**: 18.23M
|
|
|
15 |
* **Output structure**: Batch of face images
|
16 |
|
17 |
## Evaluation of EdgeFace
|
|
|
55 |
|
56 |
|
57 |
|
58 |
+
## Running EdgeFace-Base
|
59 |
|
60 |
Please check the project [GitHub repository](https://gitlab.idiap.ch/bob/bob.paper.tbiom2023_edgeface/)
|
61 |
|
|
|
70 |
If you find our work useful, please cite the following publication:
|
71 |
|
72 |
```
|
73 |
+
@article{edgeface,
|
74 |
+
title={Edgeface: Efficient face recognition model for edge devices},
|
75 |
+
author={George, Anjith and Ecabert, Christophe and Shahreza, Hatef Otroshi and Kotwal, Ketan and Marcel, Sebastien},
|
76 |
+
journal={IEEE Transactions on Biometrics, Behavior, and Identity Science},
|
77 |
+
year={2024}
|
78 |
+
}
|
79 |
|
80 |
```
|