main cpy
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 1.2 MiB |
BIN
face_recognition/faces_data/Sukatat/img_2.jpg
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
face_recognition/faces_data/Sukatat/representations_vgg_face.pkl
Normal file
BIN
face_recognition/img_1.jpg
Normal file
After Width: | Height: | Size: 1.2 MiB |
11
face_recognition/test.py
Normal 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()
|