SYMBOL INDEX (61 symbols across 10 files) FILE: demo/face_net_demo.py function main (line 4) | def main(): FILE: demo/opencv_detect_faces.py function main (line 4) | def main(): FILE: demo/siamese_demo_predict.py function main (line 4) | def main(): FILE: demo/siamese_demo_train.py function main (line 4) | def main(): FILE: keras_face/library/face_net.py function triplet_loss (line 10) | def triplet_loss(y_true, y_pred, alpha=0.2): function triplet_loss_test (line 39) | def triplet_loss_test(): class FaceNet (line 51) | class FaceNet(object): method __init__ (line 52) | def __init__(self): method load_model (line 55) | def load_model(self, model_dir_path): method img_to_encoding (line 61) | def img_to_encoding(self, image_path): method verify (line 64) | def verify(self, image_path, identity, database, threshold=None): method who_is_it (line 98) | def who_is_it(self, image_path, database, threshold=None): function main (line 143) | def main(): FILE: keras_face/library/fr_utils.py function variable (line 18) | def variable(value, dtype=_FLOATX, name=None): function shape (line 23) | def shape(x): function square (line 26) | def square(x): function zeros (line 29) | def zeros(shape, dtype=_FLOATX, name=None): function concatenate (line 32) | def concatenate(tensors, axis=-1): function LRN2D (line 37) | def LRN2D(x): function conv2d_bn (line 40) | def conv2d_bn(x, function load_weights_from_FaceNet (line 130) | def load_weights_from_FaceNet(FRmodel, model_dir_path=None): function load_weights (line 142) | def load_weights(model_dir_path=None): function load_dataset (line 177) | def load_dataset(): function img_to_encoding (line 193) | def img_to_encoding(image_path, model): FILE: keras_face/library/inception_blocks.py function inception_block_1a (line 13) | def inception_block_1a(X): function inception_block_1b (line 49) | def inception_block_1b(X): function inception_block_1c (line 80) | def inception_block_1c(X): function inception_block_2a (line 106) | def inception_block_2a(X): function inception_block_2b (line 138) | def inception_block_2b(X): function inception_block_3a (line 164) | def inception_block_3a(X): function inception_block_3b (line 188) | def inception_block_3b(X): function faceRecoModel (line 212) | def faceRecoModel(input_shape): FILE: keras_face/library/inception_blocks_v2.py function inception_block_1a (line 9) | def inception_block_1a(X): function inception_block_1b (line 45) | def inception_block_1b(X): function inception_block_1c (line 76) | def inception_block_1c(X): function inception_block_2a (line 102) | def inception_block_2a(X): function inception_block_2b (line 134) | def inception_block_2b(X): function inception_block_3a (line 160) | def inception_block_3a(X): function inception_block_3b (line 184) | def inception_block_3b(X): function faceRecoModel (line 208) | def faceRecoModel(input_shape): FILE: keras_face/library/opencv_utils.py function detect_face_from_img_path (line 6) | def detect_face_from_img_path(frontal_face_model_file_path, image_path): function main (line 25) | def main(): FILE: keras_face/library/siamese.py function euclidean_distance (line 17) | def euclidean_distance(vects): function eucl_dist_output_shape (line 22) | def eucl_dist_output_shape(shapes): function contrastive_loss (line 27) | def contrastive_loss(y_true, y_pred): class SiameseFaceNet (line 36) | class SiameseFaceNet(object): method __init__ (line 40) | def __init__(self): method img_to_encoding (line 50) | def img_to_encoding(self, image_path): method load_model (line 62) | def load_model(self, model_dir_path): method create_base_network (line 75) | def create_base_network(self, input_shape): method accuracy (line 87) | def accuracy(self, y_true, y_pred): method create_network (line 92) | def create_network(self, input_shape): method create_pairs (line 117) | def create_pairs(self, database, names): method get_config_path (line 138) | def get_config_path(model_dir_path): method get_weight_path (line 142) | def get_weight_path(model_dir_path): method get_architecture_path (line 146) | def get_architecture_path(model_dir_path): method create_vgg16_model (line 149) | def create_vgg16_model(self): method fit (line 154) | def fit(self, database, model_dir_path, epochs=None, batch_size=None, ... method verify (line 204) | def verify(self, image_path, identity, database, threshold=None): method who_is_it (line 243) | def who_is_it(self, image_path, database, threshold=None): function main (line 293) | def main():