Spaces:
Runtime error
Runtime error
Commit ·
aa085e8
1
Parent(s): 40f2021
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,54 +1,12 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
-
|
| 13 |
-
- ----|additional-training-datasets
|
| 14 |
-
- --------|name-person1
|
| 15 |
-
- --------|name-person2
|
| 16 |
-
- ----|face-datasets
|
| 17 |
-
- ----|full-training-datasets
|
| 18 |
-
|
| 19 |
-
### Step 4: Set up with Python >= 3.7
|
| 20 |
-
````
|
| 21 |
-
pip install -r requirements.txt
|
| 22 |
-
````
|
| 23 |
-
### Step 5: Run to add person
|
| 24 |
-
````
|
| 25 |
-
python train.py --is-add-user=True
|
| 26 |
-
````
|
| 27 |
-
### Step 6: Run recognize
|
| 28 |
-
````
|
| 29 |
-
python recognize.py
|
| 30 |
-
````
|
| 31 |
-
# Face Recognition use Yolov5-face, Insightface, Similarity Measure
|
| 32 |
-
<p align="center">
|
| 33 |
-
<img src="./static/results/workflow.png" alt="animated" />
|
| 34 |
-
</p>
|
| 35 |
-
|
| 36 |
-
# Yolov5-face to dectect face
|
| 37 |
-
<p align="center">
|
| 38 |
-
<img src="./static/results/face-detection.gif" alt="animated" />
|
| 39 |
-
</p>
|
| 40 |
-
|
| 41 |
-
# Insight Face to recognition face
|
| 42 |
-

|
| 43 |
-
|
| 44 |
-
# Multi thread
|
| 45 |
-
<p align="center">
|
| 46 |
-
<img src="https://user-images.githubusercontent.com/80930272/165548024-6d25fbe4-057f-4123-a3f9-3912cce2b73b.png" alt="animated" />
|
| 47 |
-
</p>
|
| 48 |
-
|
| 49 |
-
# Cosine Similarity Algorithm
|
| 50 |
-

|
| 51 |
-
|
| 52 |
-
# Reference
|
| 53 |
-
- https://github.com/deepcam-cn/yolov5-face
|
| 54 |
-
- https://github.com/deepinsight/insightface/tree/master/recognition/arcface_torch
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Intel 8
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.27.2
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|