MCPcopy Create free account

hub / github.com/bubbliiiing/facenet-retinaface-pytorch / functions

Functions79 in github.com/bubbliiiing/facenet-retinaface-pytorch

↓ 13 callersFunctionconv_dw
(inp, oup, stride = 1, leaky=0.1)
nets_retinaface/mobilenet025.py:11
↓ 13 callersFunctionconv_dw
(inp, oup, stride = 1)
nets/mobilenet.py:11
↓ 7 callersFunctionletterbox_image
(image, size)
utils/utils.py:10
↓ 6 callersMethod__init__
(self, scale=1.0, noReLU=False)
nets/inception_resnetv1.py:92
↓ 4 callersFunctionAlignment_1
(img,landmark)
utils/utils.py:45
↓ 4 callersFunctionconv_bn
(inp, oup, stride = 1, leaky = 0)
nets_retinaface/layers.py:6
↓ 4 callersFunctiondecode
(loc, priors, variances)
utils/utils_bbox.py:29
↓ 4 callersFunctiondecode_landm
(pre, priors, variances)
utils/utils_bbox.py:39
↓ 4 callersMethodget_anchors
(self)
utils/anchors.py:22
↓ 4 callersFunctionnon_max_suppression
(detection, conf_thres=0.5, nms_thres=0.3)
utils/utils_bbox.py:66
↓ 4 callersFunctionretinaface_correct_boxes
(result, input_shape, image_shape)
utils/utils_bbox.py:9
↓ 3 callersMethod__init__
(self,inchannels=512,num_anchors=2)
nets_retinaface/retinaface.py:24
↓ 3 callersFunctioncompare_faces
(known_face_encodings, face_encoding_to_check, tolerance=1)
utils/utils.py:38
↓ 3 callersFunctionconv_bn1X1
(inp, oup, stride, leaky=0)
nets_retinaface/layers.py:19
↓ 3 callersFunctionconv_bn_no_relu
(inp, oup, stride)
nets_retinaface/layers.py:13
↓ 3 callersMethoddetect_image
(self, image)
retinaface.py:276
↓ 3 callersFunctionpreprocess_input
(image)
utils/utils.py:22
↓ 2 callersMethod__init__
(self, backbone="mobilenet", dropout_keep_prob=0.5, embedding_size=128, num_classes=None, mode="train")
nets/facenet.py:44
↓ 1 callersMethod__init__
(self, in_channel, out_channel)
nets_retinaface/layers.py:27
↓ 1 callersMethod_make_bbox_head
(self,fpn_num=3,inchannels=64,anchor_num=2)
nets_retinaface/retinaface.py:92
↓ 1 callersMethod_make_class_head
(self,fpn_num=3,inchannels=64,anchor_num=2)
nets_retinaface/retinaface.py:86
↓ 1 callersMethod_make_landmark_head
(self,fpn_num=3,inchannels=64,anchor_num=2)
nets_retinaface/retinaface.py:98
↓ 1 callersFunctionconv_bn
(inp, oup, stride = 1, leaky = 0.1)
nets_retinaface/mobilenet025.py:4
↓ 1 callersFunctionconv_bn
(inp, oup, stride = 1)
nets/mobilenet.py:4
↓ 1 callersFunctioncv2ImgAddText
(img, label, left, top, textColor=(255, 255, 255))
retinaface.py:23
↓ 1 callersFunctionencode
(matched, priors, variances)
utils/box_utils.py:77
↓ 1 callersMethodencode_face_dataset
(self, image_paths, names)
retinaface.py:157
↓ 1 callersFunctionencode_landm
(matched, priors, variances)
utils/box_utils.py:88
↓ 1 callersFunctionface_distance
(face_encodings, face_to_compare)
utils/utils.py:29
↓ 1 callersMethodgenerate
(self)
retinaface.py:134
↓ 1 callersMethodget_FPS
(self, image, test_interval)
retinaface.py:452
↓ 1 callersFunctionintersect
(box_a, box_b)
utils/box_utils.py:17
↓ 1 callersFunctioniou
(b1,b2)
utils/box_utils.py:150
↓ 1 callersFunctionjaccard
(box_a, box_b)
utils/box_utils.py:29
↓ 1 callersFunctionpoint_form
(boxes)
utils/box_utils.py:5
Method__init__
(self, encoding=0, **kwargs)
retinaface.py:105
Method__init__
(self,in_channels_list,out_channels)
nets_retinaface/layers.py:55
Method__init__
(self)
nets_retinaface/mobilenet025.py:23
Method__init__
(self,inchannels=512,num_anchors=2)
nets_retinaface/retinaface.py:12
Method__init__
(self,inchannels=512,num_anchors=2)
nets_retinaface/retinaface.py:35
Method__init__
:param cfg: Network related settings. :param phase: train or test.
nets_retinaface/retinaface.py:46
Method__init__
(self, cfg, image_size=None)
utils/anchors.py:8
Method__init__
(self)
nets/facenet.py:9
Method__init__
(self)
nets/facenet.py:22
Method__init__
(self)
nets/mobilenet.py:24
Method__init__
(self, in_planes, out_planes, kernel_size, stride, padding=0)
nets/inception_resnetv1.py:6
Method__init__
(self, scale=1.0)
nets/inception_resnetv1.py:30
Method__init__
(self, scale=1.0)
nets/inception_resnetv1.py:64
Method__init__
(self)
nets/inception_resnetv1.py:123
Method__init__
(self)
nets/inception_resnetv1.py:146
Method__init__
(self)
nets/inception_resnetv1.py:177
Functioncenter_size
(boxes)
utils/box_utils.py:11
Functiondecode
(loc, priors, variances)
utils/box_utils.py:107
Functiondecode_landm
(pre, priors, variances)
utils/box_utils.py:115
Methodforward
(self, inputs)
nets_retinaface/layers.py:41
Methodforward
(self, inputs)
nets_retinaface/layers.py:67
Methodforward
(self, x)
nets_retinaface/mobilenet025.py:56
Methodforward
(self,x)
nets_retinaface/retinaface.py:17
Methodforward
(self,x)
nets_retinaface/retinaface.py:28
Methodforward
(self,x)
nets_retinaface/retinaface.py:39
Methodforward
(self,inputs)
nets_retinaface/retinaface.py:104
Methodforward
(self, x)
nets/facenet.py:15
Methodforward
(self, x)
nets/facenet.py:26
Methodforward
(self, x)
nets/facenet.py:61
Methodforward
(self, x)
nets/mobilenet.py:58
Methodforward
(self, x)
nets/inception_resnetv1.py:21
Methodforward
(self, x)
nets/inception_resnetv1.py:51
Methodforward
(self, x)
nets/inception_resnetv1.py:80
Methodforward
(self, x)
nets/inception_resnetv1.py:110
Methodforward
(self, x)
nets/inception_resnetv1.py:136
Methodforward
(self, x)
nets/inception_resnetv1.py:167
Methodforward
(self, x)
nets/inception_resnetv1.py:218
Methodforward_classifier
(self, x)
nets/facenet.py:81
Methodforward_feature
(self, x)
nets/facenet.py:71
Methodget_defaults
(cls, n)
retinaface.py:96
Functioniou
(b1,b2)
utils/utils_bbox.py:48
Functionlog_sum_exp
(x)
utils/box_utils.py:103
Functionmatch
(threshold, truths, priors, variances, labels, landms, loc_t, conf_t, landm_t, idx)
utils/box_utils.py:40
Functionnon_max_suppression
(boxes, conf_thres=0.5, nms_thres=0.3)
utils/box_utils.py:126