Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bubbliiiing/facenet-retinaface-pytorch
/ functions
Functions
79 in github.com/bubbliiiing/facenet-retinaface-pytorch
⨍
Functions
79
◇
Types & classes
20
↓ 13 callers
Function
conv_dw
(inp, oup, stride = 1, leaky=0.1)
nets_retinaface/mobilenet025.py:11
↓ 13 callers
Function
conv_dw
(inp, oup, stride = 1)
nets/mobilenet.py:11
↓ 7 callers
Function
letterbox_image
(image, size)
utils/utils.py:10
↓ 6 callers
Method
__init__
(self, scale=1.0, noReLU=False)
nets/inception_resnetv1.py:92
↓ 4 callers
Function
Alignment_1
(img,landmark)
utils/utils.py:45
↓ 4 callers
Function
conv_bn
(inp, oup, stride = 1, leaky = 0)
nets_retinaface/layers.py:6
↓ 4 callers
Function
decode
(loc, priors, variances)
utils/utils_bbox.py:29
↓ 4 callers
Function
decode_landm
(pre, priors, variances)
utils/utils_bbox.py:39
↓ 4 callers
Method
get_anchors
(self)
utils/anchors.py:22
↓ 4 callers
Function
non_max_suppression
(detection, conf_thres=0.5, nms_thres=0.3)
utils/utils_bbox.py:66
↓ 4 callers
Function
retinaface_correct_boxes
(result, input_shape, image_shape)
utils/utils_bbox.py:9
↓ 3 callers
Method
__init__
(self,inchannels=512,num_anchors=2)
nets_retinaface/retinaface.py:24
↓ 3 callers
Function
compare_faces
(known_face_encodings, face_encoding_to_check, tolerance=1)
utils/utils.py:38
↓ 3 callers
Function
conv_bn1X1
(inp, oup, stride, leaky=0)
nets_retinaface/layers.py:19
↓ 3 callers
Function
conv_bn_no_relu
(inp, oup, stride)
nets_retinaface/layers.py:13
↓ 3 callers
Method
detect_image
(self, image)
retinaface.py:276
↓ 3 callers
Function
preprocess_input
(image)
utils/utils.py:22
↓ 2 callers
Method
__init__
(self, backbone="mobilenet", dropout_keep_prob=0.5, embedding_size=128, num_classes=None, mode="train")
nets/facenet.py:44
↓ 1 callers
Method
__init__
(self, in_channel, out_channel)
nets_retinaface/layers.py:27
↓ 1 callers
Method
_make_bbox_head
(self,fpn_num=3,inchannels=64,anchor_num=2)
nets_retinaface/retinaface.py:92
↓ 1 callers
Method
_make_class_head
(self,fpn_num=3,inchannels=64,anchor_num=2)
nets_retinaface/retinaface.py:86
↓ 1 callers
Method
_make_landmark_head
(self,fpn_num=3,inchannels=64,anchor_num=2)
nets_retinaface/retinaface.py:98
↓ 1 callers
Function
conv_bn
(inp, oup, stride = 1, leaky = 0.1)
nets_retinaface/mobilenet025.py:4
↓ 1 callers
Function
conv_bn
(inp, oup, stride = 1)
nets/mobilenet.py:4
↓ 1 callers
Function
cv2ImgAddText
(img, label, left, top, textColor=(255, 255, 255))
retinaface.py:23
↓ 1 callers
Function
encode
(matched, priors, variances)
utils/box_utils.py:77
↓ 1 callers
Method
encode_face_dataset
(self, image_paths, names)
retinaface.py:157
↓ 1 callers
Function
encode_landm
(matched, priors, variances)
utils/box_utils.py:88
↓ 1 callers
Function
face_distance
(face_encodings, face_to_compare)
utils/utils.py:29
↓ 1 callers
Method
generate
(self)
retinaface.py:134
↓ 1 callers
Method
get_FPS
(self, image, test_interval)
retinaface.py:452
↓ 1 callers
Function
intersect
(box_a, box_b)
utils/box_utils.py:17
↓ 1 callers
Function
iou
(b1,b2)
utils/box_utils.py:150
↓ 1 callers
Function
jaccard
(box_a, box_b)
utils/box_utils.py:29
↓ 1 callers
Function
point_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
Function
center_size
(boxes)
utils/box_utils.py:11
Function
decode
(loc, priors, variances)
utils/box_utils.py:107
Function
decode_landm
(pre, priors, variances)
utils/box_utils.py:115
Method
forward
(self, inputs)
nets_retinaface/layers.py:41
Method
forward
(self, inputs)
nets_retinaface/layers.py:67
Method
forward
(self, x)
nets_retinaface/mobilenet025.py:56
Method
forward
(self,x)
nets_retinaface/retinaface.py:17
Method
forward
(self,x)
nets_retinaface/retinaface.py:28
Method
forward
(self,x)
nets_retinaface/retinaface.py:39
Method
forward
(self,inputs)
nets_retinaface/retinaface.py:104
Method
forward
(self, x)
nets/facenet.py:15
Method
forward
(self, x)
nets/facenet.py:26
Method
forward
(self, x)
nets/facenet.py:61
Method
forward
(self, x)
nets/mobilenet.py:58
Method
forward
(self, x)
nets/inception_resnetv1.py:21
Method
forward
(self, x)
nets/inception_resnetv1.py:51
Method
forward
(self, x)
nets/inception_resnetv1.py:80
Method
forward
(self, x)
nets/inception_resnetv1.py:110
Method
forward
(self, x)
nets/inception_resnetv1.py:136
Method
forward
(self, x)
nets/inception_resnetv1.py:167
Method
forward
(self, x)
nets/inception_resnetv1.py:218
Method
forward_classifier
(self, x)
nets/facenet.py:81
Method
forward_feature
(self, x)
nets/facenet.py:71
Method
get_defaults
(cls, n)
retinaface.py:96
Function
iou
(b1,b2)
utils/utils_bbox.py:48
Function
log_sum_exp
(x)
utils/box_utils.py:103
Function
match
(threshold, truths, priors, variances, labels, landms, loc_t, conf_t, landm_t, idx)
utils/box_utils.py:40
Function
non_max_suppression
(boxes, conf_thres=0.5, nms_thres=0.3)
utils/box_utils.py:126