MCPcopy Create free account

hub / github.com/cunjian/pytorch_face_landmark / functions

Functions362 in github.com/cunjian/pytorch_face_landmark

↓ 1 callersFunctionmain
()
FaceBoxes/FaceBoxes.py:144
↓ 1 callersFunctionmatch
Match each prior box with the ground truth box of the highest jaccard overlap, encode the bounding boxes, then return the matched indices corr
Retinaface/utils/box_utils.py:96
↓ 1 callersFunctionmatrix_iof
return iof of a and b, numpy version for data augenmentation
Retinaface/utils/box_utils.py:84
↓ 1 callersMethodmultibox
(self, num_classes)
FaceBoxes/models/faceboxes.py:102
↓ 1 callersFunctionobject_converage_numpy
Compute the jaccard overlap of two sets of boxes. The jaccard overlap is simply the intersection over union of two boxes. E.g.: A ∩ B
vision/transforms/transforms.py:40
↓ 1 callersFunctionplot_overlap
(logger, names=None)
utils/logger.py:15
↓ 1 callersFunctionpoint_form
Convert prior_boxes to (xmin, ymin, xmax, ymax) representation for comparison to point form ground truth data. Args: boxes: (tensor)
FaceBoxes/utils/box_utils.py:7
↓ 1 callersFunctionpoint_form
Convert prior_boxes to (xmin, ymin, xmax, ymax) representation for comparison to point form ground truth data. Args: boxes: (tensor)
Retinaface/utils/box_utils.py:5
↓ 1 callersFunctionpredict
(width, height, confidences, boxes, prob_threshold, iou_threshold=0.3, top_k=-1)
test_camera_pfld_onnx.py:35
↓ 1 callersFunctionpredict
(width, height, confidences, boxes, prob_threshold, iou_threshold=0.3, top_k=-1)
test_camera_light_onnx.py:36
↓ 1 callersFunctionpredict
(width, height, confidences, boxes, prob_threshold, iou_threshold=0.3, top_k=-1)
test_camera_mobilefacenet_openvino.py:43
↓ 1 callersFunctionpy_cpu_nms
Pure Python NMS baseline.
Retinaface/utils/nms/py_cpu_nms.py:10
↓ 1 callersMethodreset
(self)
utils/misc.py:64
↓ 1 callersFunctionrun_first_stage
Run P-Net, generate bounding boxes, and do NMS. Arguments: image: an instance of PIL.Image. net: an instance of pytorch's nn.Modu
MTCNN/first_stage.py:9
↓ 1 callersFunctionsavefig
(fname, dpi=None)
utils/logger.py:11
↓ 1 callersFunctionsoft_nms
Soft NMS implementation. References: https://arxiv.org/abs/1704.04503 https://github.com/facebookresearch/Detectron/blob/master/d
vision/utils/box_utils.py:209
↓ 1 callersMethodstart
(self, key="default")
vision/utils/misc.py:14
↓ 1 callersFunctiontforminv
Function: ---------- apply the inverse of affine transform 'trans' to uv Parameters: ---------- @trans: 3x3 np.array
utils/matlab_cp2tform.py:35
↓ 1 callersFunctionto_numpy
(tensor)
test_camera_pfld_onnx.py:31
↓ 1 callersFunctionto_numpy
(tensor)
test_camera_light_onnx.py:32
↓ 1 callersFunctionto_numpy
(tensor)
test_camera_mtcnn_onnx.py:59
↓ 1 callersMethodupdate
(self, val, n=1)
utils/misc.py:70
↓ 1 callersMethodupdate_avg
(self, n, dt)
utils/progress/progress/__init__.py:53
↓ 1 callersFunctionviz_bbox
(img, dets, wfp='out.jpg')
FaceBoxes/FaceBoxes.py:32
↓ 1 callersFunctionwarp_and_crop_face
Function: ---------- apply affine transform 'trans' to uv Parameters: ---------- @src_img: 3x3 np.array i
utils/align_trans.py:203
Method__call__
(self, img_)
FaceBoxes/FaceBoxes.py:58
Method__call__
(self, img_)
Retinaface/Retinaface.py:85
Method__call__
(self, image, targets)
Retinaface/data/data_augment.py:215
Method__call__
(self, img)
utils/transforms.py:12
Method__call__
(self, img)
utils/transforms.py:20
Method__call__
(self, img, boxes=None, labels=None)
vision/transforms/transforms.py:73
Method__call__
(self, img, boxes=None, labels=None)
vision/transforms/transforms.py:86
Method__call__
(self, image, boxes=None, labels=None)
vision/transforms/transforms.py:91
Method__call__
(self, image, boxes=None, labels=None)
vision/transforms/transforms.py:99
Method__call__
(self, image, boxes=None, labels=None)
vision/transforms/transforms.py:109
Method__call__
(self, image, boxes=None, labels=None)
vision/transforms/transforms.py:116
Method__call__
(self, image, boxes=None, labels=None)
vision/transforms/transforms.py:127
Method__call__
(self, image, boxes=None, labels=None)
vision/transforms/transforms.py:141
Method__call__
(self, image, boxes=None, labels=None)
vision/transforms/transforms.py:154
Method__call__
(self, image, boxes=None, labels=None)
vision/transforms/transforms.py:166
Method__call__
(self, image, boxes=None, labels=None)
vision/transforms/transforms.py:180
Method__call__
(self, image, boxes=None, labels=None)
vision/transforms/transforms.py:193
Method__call__
(self, image, boxes=None, labels=None)
vision/transforms/transforms.py:217
Method__call__
(self, image, boxes=None, labels=None)
vision/transforms/transforms.py:230
Method__call__
(self, tensor, boxes=None, labels=None)
vision/transforms/transforms.py:238
Method__call__
(self, cvimage, boxes=None, labels=None)
vision/transforms/transforms.py:243
Method__call__
(self, image, boxes=None, labels=None)
vision/transforms/transforms.py:274
Method__call__
(self, image, boxes=None, labels=None)
vision/transforms/transforms.py:379
Method__call__
(self, image, boxes, labels)
vision/transforms/transforms.py:460
Method__call__
(self, image, boxes, classes)
vision/transforms/transforms.py:485
Method__call__
Args: image (Tensor): image tensor to be transformed Return: a tensor with channels swapped according to swap
vision/transforms/transforms.py:505
Method__call__
(self, image, boxes, labels)
vision/transforms/transforms.py:533
Method__call__
Args: img: the output of cv.imread in RGB layout. boxes: boundding boxes in the form of (x1, y1, x2, y2).
vision/ssd/data_preprocessing.py:25
Method__call__
(self, image, boxes, labels)
vision/ssd/data_preprocessing.py:46
Method__call__
(self, image)
vision/ssd/data_preprocessing.py:59
Method__call__
(self, gt_boxes, gt_labels)
vision/ssd/ssd.py:152
Method__getitem__
(self, index)
Retinaface/data/wider_face.py:40
Method__getitem__
(self, key)
utils/progress/progress/__init__.py:40
Method__getitem__
(self, index)
vision/datasets/voc_dataset.py:53
Method__init__
(self, timer_flag=False)
FaceBoxes/FaceBoxes.py:48
Method__init__
(self)
FaceBoxes/utils/timer.py:16
Method__init__
(self, image_size=None)
FaceBoxes/utils/prior_box.py:11
Method__init__
(self, in_channels, out_channels, **kwargs)
FaceBoxes/models/faceboxes.py:10
Method__init__
(self)
FaceBoxes/models/faceboxes.py:22
Method__init__
(self, phase, size, num_classes)
FaceBoxes/models/faceboxes.py:66
Method__init__
(self, timer_flag=False)
Retinaface/Retinaface.py:64
Method__init__
(self)
Retinaface/utils/timer.py:13
Method__init__
(self, txt_path, preproc=None)
Retinaface/data/wider_face.py:10
Method__init__
(self, img_dim, rgb_means)
Retinaface/data/data_augment.py:211
Method__init__
(self, num_classes, overlap_thresh, prior_for_matching, bkg_label, neg_mining, neg_pos, neg_overlap, encode_ta
Retinaface/layers/modules/multibox_loss.py:32
Method__init__
(self, cfg, image_size=None, phase='train')
Retinaface/layers/functions/prior_box.py:8
Method__init__
(self,in_channels_list,out_channels)
Retinaface/models/net.py:69
Method__init__
(self)
Retinaface/models/net.py:103
Method__init__
(self,inchannels=512,num_anchors=3)
Retinaface/models/retinaface.py:15
Method__init__
(self,inchannels=512,num_anchors=3)
Retinaface/models/retinaface.py:38
Method__init__
:param cfg: Network related settings. :param phase: train or test.
Retinaface/models/retinaface.py:49
Method__init__
(self)
utils/misc.py:61
Method__init__
(self,range)
utils/transforms.py:9
Method__init__
(self,range)
utils/transforms.py:17
Method__init__
(self, fpath, title=None, resume=False)
utils/logger.py:25
Method__init__
paths is a distionary with {name:filepath} pair
utils/logger.py:85
Method__init__
(self, *args, **kwargs)
utils/progress/progress/__init__.py:85
Method__init__
(self, message=None, **kwargs)
utils/progress/progress/helpers.py:53
Method__init__
(self, *args, **kwargs)
utils/progress/progress/helpers.py:85
Method__init__
(self)
MTCNN/get_nets.py:10
Method__init__
(self)
MTCNN/get_nets.py:77
Method__init__
(self)
MTCNN/get_nets.py:122
Method__init__
(self)
vision/utils/misc.py:11
Method__init__
(self, transforms)
vision/transforms/transforms.py:70
Method__init__
(self, lambd)
vision/transforms/transforms.py:82
Method__init__
(self, mean)
vision/transforms/transforms.py:96
Method__init__
(self, std)
vision/transforms/transforms.py:106
Method__init__
(self, size=(300, 300))
vision/transforms/transforms.py:138
Method__init__
(self, lower=0.5, upper=1.5)
vision/transforms/transforms.py:148
Method__init__
(self, delta=18.0)
vision/transforms/transforms.py:162
Method__init__
(self)
vision/transforms/transforms.py:175
Method__init__
(self, current, transform)
vision/transforms/transforms.py:189
Method__init__
(self, lower=0.5, upper=1.5)
vision/transforms/transforms.py:210
Method__init__
(self, delta=32)
vision/transforms/transforms.py:225
Method__init__
(self)
vision/transforms/transforms.py:261
← previousnext →101–200 of 362, ranked by callers