This commit is contained in:
Siwat Sirichai 2023-11-14 18:45:43 +07:00
parent dc3d283d5d
commit e495e951cb
32 changed files with 308 additions and 63 deletions

View file

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 148 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 124 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
face_recognition/img_1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

11
face_recognition/test.py Normal file
View file

@ -0,0 +1,11 @@
from deepface import DeepFace
import pandas as pd
image_path = 'D:\Git\stm32-fmt-code\\face_recognition\img_1.jpg'
database_path = 'D:\Git\stm32-fmt-code\\face_recognition\\faces_data\Sukatat'
DeepFace.stream(db_path = database_path)
#result.head()