Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YIYIMZ/face_recognition
/ functions
Functions
14 in github.com/YIYIMZ/face_recognition
⨍
Functions
14
◇
Types & classes
2
↓ 3 callers
Function
resize_image
(image, height = IMAGE_SIZE, width = IMAGE_SIZE)
load_dataset.py:15
↓ 2 callers
Function
load_dataset
(data_path)
load_dataset.py:72
↓ 1 callers
Method
build_model
(self, dataset, nb_classes = 3)
train_keras.py:99
↓ 1 callers
Function
captureFaceFromVideo
(face_num_max, output_path)
dataset_from_video_capture.py:10
↓ 1 callers
Method
face_predict
(self, image)
train_keras.py:191
↓ 1 callers
Method
load
(self, img_rows = IMAGE_SIZE, img_cols = IMAGE_SIZE, img_channels = 3, nb_classes = 3)
train_keras.py:44
↓ 1 callers
Method
load_model
(self, file_path = MODEL_PATH)
train_keras.py:182
↓ 1 callers
Function
photo2image
(input_path, output_path)
dataset_from_photo.py:10
↓ 1 callers
Function
read_path
(data_path)
load_dataset.py:48
↓ 1 callers
Method
save_model
(self, file_path = MODEL_PATH)
train_keras.py:179
↓ 1 callers
Method
train
(self, dataset, batch_size = 20, nb_epoch = 10, data_augmentation = False)
train_keras.py:134
Method
__init__
(self, path_name)
train_keras.py:24
Method
__init__
(self)
train_keras.py:95
Method
evaluate
(self, dataset)
train_keras.py:185