MCPcopy Create free account

hub / github.com/abhijeet3922/Face_ID / functions

Functions120 in github.com/abhijeet3922/Face_ID

↓ 12 callersMethodconv
(self, inp, k_h, k_w, c_o, s_h,
facenet/src/align/detect_face.py:132
↓ 12 callersMethodprelu
(self, inp, name)
facenet/src/align/detect_face.py:167
↓ 8 callersMethodfeed
Set the input(s) for the next operation by replacing the terminal nodes. The arguments can be either layer names or the actual layers.
facenet/src/align/detect_face.py:97
↓ 8 callersFunctionfire_module
(inputs, squeeze_depth, expand_depth, reuse=None,
facenet/src/models/squeezenet.py:8
↓ 8 callersFunctionnms
(boxes, threshold, method)
facenet/src/align/detect_face.py:687
↓ 7 callersMethodfc
(self, inp, num_out, name, relu=True)
facenet/src/align/detect_face.py:184
↓ 6 callersFunctionimresample
(img, sz)
facenet/src/align/detect_face.py:765
↓ 6 callersMethodload
Load network weights. data_path: The path to the numpy-serialized network weights session: The current TensorFlow session igno
facenet/src/align/detect_face.py:79
↓ 6 callersMethodmax_pool
(self, inp, k_h, k_w, s_h, s_w, name, padding='SAME')
facenet/src/align/detect_face.py:175
↓ 5 callersFunctionget_control_flag
(control, field)
facenet/src/facenet.py:139
↓ 5 callersMethodmake_var
Creates a new TensorFlow variable.
facenet/src/align/detect_face.py:123
↓ 4 callersFunctionadd_extension
(path)
facenet/src/lfw.py:69
↓ 4 callersFunctionbbreg
Calibrate bounding boxes
facenet/src/align/detect_face.py:646
↓ 4 callersFunctionpad
Compute the padding coordinates (pad the bounding boxes to square)
facenet/src/align/detect_face.py:720
↓ 4 callersFunctionrerec
Convert bboxA to square.
facenet/src/align/detect_face.py:755
↓ 3 callersFunctioncalculate_accuracy
(threshold, dist, actual_issame)
facenet/src/facenet.py:457
↓ 3 callersFunctionget_batch
(image_data, batch_size, batch_index)
facenet/src/facenet.py:269
↓ 3 callersMethodsoftmax
(self, target, axis, name=None)
facenet/src/align/detect_face.py:209
↓ 2 callersFunctioncalculate_val_far
(threshold, dist, actual_issame)
facenet/src/facenet.py:508
↓ 2 callersFunctiondistance
(embeddings1, embeddings2, distance_metric=0)
facenet/src/facenet.py:408
↓ 2 callersFunctiongenerateBoundingBox
Use heatmap to generate bounding boxes
facenet/src/align/detect_face.py:660
↓ 2 callersMethodvalidate_padding
Verifies that the padding is one of the supported ones.
facenet/src/align/detect_face.py:127
↓ 1 callersFunction_add_loss_summaries
Add summaries for losses. Generates moving average for all losses and associated summaries for visualizing the performance of the network.
facenet/src/facenet.py:142
↓ 1 callersFunctionblock8
Builds the 8x8 resnet block.
facenet/src/models/inception_resnet_v1.py:72
↓ 1 callersFunctionblock8
Builds the 8x8 resnet block.
facenet/src/models/inception_resnet_v2.py:72
↓ 1 callersFunctioncrop
(image, random_crop, image_size)
facenet/src/facenet.py:220
↓ 1 callersFunctiondownload_file_from_google_drive
(file_id, destination)
facenet/src/download_and_extract.py:23
↓ 1 callersFunctionevaluate
(sess, enqueue_op, image_paths_placeholder, labels_placeholder, phase_train_placeholder, batch_size_placeholde
facenet/src/validate_on_lfw.py:86
↓ 1 callersFunctionevaluate
(sess, enqueue_op, image_paths_placeholder, labels_placeholder, phase_train_placeholder, batch_size_placeholde
facenet/src/train_softmax.py:397
↓ 1 callersFunctionevaluate
(sess, image_paths, embeddings, labels_batch, image_paths_placeholder, labels_placeholder, batch_size
facenet/src/train_tripletloss.py:341
↓ 1 callersFunctionexpand
(inputs, num_outputs)
facenet/src/models/squeezenet.py:24
↓ 1 callersFunctionfilter_dataset
(dataset, data_filename, percentile, min_nrof_images_per_class)
facenet/src/train_softmax.py:273
↓ 1 callersFunctionfind_threshold
(var, percentile)
facenet/src/train_softmax.py:265
↓ 1 callersFunctionflip
(image, random_flip)
facenet/src/facenet.py:232
↓ 1 callersFunctionfreeze_graph_def
(sess, input_graph_def, output_node_names)
facenet/src/freeze_graph.py:65
↓ 1 callersFunctionget_confirm_token
(response)
facenet/src/download_and_extract.py:38
↓ 1 callersFunctionget_image_paths
(facedir)
facenet/src/facenet.py:332
↓ 1 callersFunctionget_model_filenames
(model_dir)
facenet/src/facenet.py:384
↓ 1 callersMethodget_unique_name
Returns an index-suffixed unique name for the given prefix. This is used for auto-generating layer names based on the type-prefix.
facenet/src/align/detect_face.py:116
↓ 1 callersFunctioninception_resnet_v1
Creates the Inception Resnet V1 model. Args: inputs: a 4-D tensor of size [batch_size, height, width, 3]. num_classes: number of predi
facenet/src/models/inception_resnet_v1.py:152
↓ 1 callersFunctioninception_resnet_v2
Creates the Inception Resnet V2 model. Args: inputs: a 4-D tensor of size [batch_size, height, width, 3]. num_classes: number of predi
facenet/src/models/inception_resnet_v2.py:112
↓ 1 callersFunctionload_and_align_data
(image_paths, image_size, margin, gpu_memory_fraction)
facenet/src/compare.py:79
↓ 1 callersFunctionmain
(args)
facenet/src/classifier.py:39
↓ 1 callersFunctionmain
(args)
facenet/src/validate_on_lfw.py:44
↓ 1 callersFunctionmain
(args)
facenet/src/compare.py:39
↓ 1 callersFunctionmain
(args)
facenet/src/train_softmax.py:47
↓ 1 callersFunctionmain
(args)
facenet/src/freeze_graph.py:38
↓ 1 callersFunctionmain
(args)
facenet/src/decode_msceleb_dataset.py:48
↓ 1 callersFunctionmain
(args)
facenet/src/train_tripletloss.py:46
↓ 1 callersFunctionmain
(args)
facenet/src/calculate_filtering_metrics.py:41
↓ 1 callersFunctionmain
(args)
facenet/src/align/align_dataset_mtcnn.py:39
↓ 1 callersFunctionparse_arguments
(argv)
facenet/src/classifier.py:138
↓ 1 callersFunctionparse_arguments
(argv)
facenet/src/validate_on_lfw.py:138
↓ 1 callersFunctionparse_arguments
(argv)
facenet/src/compare.py:115
↓ 1 callersFunctionparse_arguments
(argv)
facenet/src/train_softmax.py:480
↓ 1 callersFunctionparse_arguments
(argv)
facenet/src/freeze_graph.py:93
↓ 1 callersFunctionparse_arguments
(argv)
facenet/src/train_tripletloss.py:418
↓ 1 callersFunctionparse_arguments
(argv)
facenet/src/calculate_filtering_metrics.py:112
↓ 1 callersFunctionparse_arguments
(argv)
facenet/src/align/align_dataset_mtcnn.py:141
↓ 1 callersFunctionprewhiten
(x)
facenet/src/facenet.py:213
↓ 1 callersFunctionreduction_a
(net, k, l, m, n)
facenet/src/models/inception_resnet_v1.py:91
↓ 1 callersFunctionreduction_b
(net)
facenet/src/models/inception_resnet_v1.py:108
↓ 1 callersFunctionsample_people
(dataset, people_per_batch, images_per_person)
facenet/src/train_tripletloss.py:313
↓ 1 callersFunctionsave_response_content
(response, destination)
facenet/src/download_and_extract.py:45
↓ 1 callersFunctionsave_variables_and_metagraph
(sess, saver, summary_writer, model_dir, model_name, step)
facenet/src/train_softmax.py:457
↓ 1 callersFunctionsave_variables_and_metagraph
(sess, saver, summary_writer, model_dir, model_name, step)
facenet/src/train_tripletloss.py:381
↓ 1 callersFunctionselect_triplets
Select the triplets for training
facenet/src/train_tripletloss.py:271
↓ 1 callersMethodsetup
Construct the network.
facenet/src/align/detect_face.py:75
↓ 1 callersFunctionsplit_dataset
(dataset, min_nrof_images_per_class, nrof_train_images_per_class)
facenet/src/classifier.py:125
↓ 1 callersFunctionsqueeze
(inputs, num_outputs)
facenet/src/models/squeezenet.py:21
↓ 1 callersFunctionto_rgb
(img)
facenet/src/facenet.py:237
↓ 1 callersFunctiontrain
(args, sess, epoch, image_list, label_list, index_dequeue_op, enqueue_op, image_paths_placeholder, labels_plac
facenet/src/train_softmax.py:296
↓ 1 callersFunctiontrain
(args, sess, dataset, epoch, image_paths_placeholder, labels_placeholder, labels_batch, batch_size_p
facenet/src/train_tripletloss.py:200
↓ 1 callersFunctionvalidate
(args, sess, epoch, image_list, label_list, enqueue_op, image_paths_placeholder, labels_placeholder, control_p
facenet/src/train_softmax.py:356
Method__init__
(self, name, image_paths)
facenet/src/facenet.py:307
Method__init__
(self, inputs, trainable=True)
facenet/src/align/detect_face.py:63
Method__len__
(self)
facenet/src/facenet.py:314
Method__str__
(self)
facenet/src/facenet.py:311
Functionblock17
Builds the 17x17 resnet block.
facenet/src/models/inception_resnet_v1.py:51
Functionblock17
Builds the 17x17 resnet block.
facenet/src/models/inception_resnet_v2.py:51
Functionblock35
Builds the 35x35 resnet block.
facenet/src/models/inception_resnet_v1.py:30
Functionblock35
Builds the 35x35 resnet block.
facenet/src/models/inception_resnet_v2.py:30
Functionbulk_detect_face
Detects faces in a list of images images: list containing input images detection_window_size_ratio: ratio of minimum face size to smallest ima
facenet/src/align/detect_face.py:421
Functioncalculate_roc
(thresholds, embeddings1, embeddings2, actual_issame, nrof_folds=10, distance_metric=0, subtract_mean=False)
facenet/src/facenet.py:424
Functioncalculate_val
(thresholds, embeddings1, embeddings2, actual_issame, far_target, nrof_folds=10, distance_metric=0, subtract_m
facenet/src/facenet.py:471
Functioncenter_loss
Center loss based on the paper "A Discriminative Feature Learning Approach for Deep Face Recognition" (http://ydwen.github.io/papers/WenECCV16.
facenet/src/facenet.py:64
Functioncreate_input_pipeline
(input_queue, image_size, nrof_preprocess_threads, batch_size_placeholder)
facenet/src/facenet.py:103
Functioncreate_mtcnn
(sess, model_path)
facenet/src/align/detect_face.py:276
Functiondetect_face
Detects faces in an image, and returns bounding boxes and points for them. img: input image minsize: minimum faces' size pnet, rnet, onet:
facenet/src/align/detect_face.py:298
Functiondownload_and_extract_file
(model_name, data_dir)
facenet/src/download_and_extract.py:13
Functionevaluate
(embeddings, actual_issame, nrof_folds=10, distance_metric=0, subtract_mean=False)
facenet/src/lfw.py:34
Functionget_dataset
(path, has_class_directories=True)
facenet/src/facenet.py:317
Functionget_image_paths_and_labels
(dataset)
facenet/src/facenet.py:79
Functionget_label_batch
(label_data, batch_size, batch_index)
facenet/src/facenet.py:257
Functionget_learning_rate_from_file
(filename, epoch)
facenet/src/facenet.py:289
Functionget_learning_rate_from_file
(filename, epoch)
facenet/src/train_tripletloss.py:404
Methodget_output
Returns the current network output.
facenet/src/align/detect_face.py:112
Functionget_paths
(lfw_dir, pairs)
facenet/src/lfw.py:46
Functionget_triplet_batch
(triplets, batch_index, batch_size)
facenet/src/facenet.py:281
Functioninference
(images, keep_probability, phase_train=True, bottleneck_layer_size=128, weight_decay=0.0, reuse
facenet/src/models/inception_resnet_v1.py:130
next →1–100 of 120, ranked by callers