Update README.md
Browse files
README.md
CHANGED
|
@@ -4,16 +4,16 @@ license: apache-2.0
|
|
| 4 |
|
| 5 |
# 🧠 FaceGNN v1.1
|
| 6 |
|
| 7 |
-
FaceGNN is a graph-based facial recognition system that combines deep learning feature extraction with Graph Neural Networks (GNNs) for robust identity classification. It supports embedding generation
|
| 8 |
-
|
| 9 |
---
|
| 10 |
|
|
|
|
| 11 |
## 📊 Project Overview
|
| 12 |
|
| 13 |
This study proposes a novel approach for face recognition by leveraging Graph Neural Networks (GNNs) to classify face embeddings extracted from face images. The methodology comprises three main phases:
|
| 14 |
-
-
|
| 15 |
-
-
|
| 16 |
-
-
|
| 17 |
|
| 18 |
---
|
| 19 |
|
|
|
|
| 4 |
|
| 5 |
# 🧠 FaceGNN v1.1
|
| 6 |
|
| 7 |
+
FaceGNN is a graph-based facial recognition system that combines deep learning feature extraction with Graph Neural Networks (GNNs) for robust secure identity classification. It supports embedding generation through both augmented and non-augmented versions using Graph neural networks. This reliable system has been thoroughly evaluated and consistently demonstrates superior performance, making it well-suited for real-world, high-security applications.
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
+
|
| 11 |
## 📊 Project Overview
|
| 12 |
|
| 13 |
This study proposes a novel approach for face recognition by leveraging Graph Neural Networks (GNNs) to classify face embeddings extracted from face images. The methodology comprises three main phases:
|
| 14 |
+
- dataset preparation and embedding generation.
|
| 15 |
+
- graph construction using k-Nearest Neighbors (k-NN).
|
| 16 |
+
- training and evaluation of a GNN-based classifier.
|
| 17 |
|
| 18 |
---
|
| 19 |
|