MCPcopy Create free account

hub / github.com/xinntao/facexlib / functions

Functions245 in github.com/xinntao/facexlib

Methodforward
(self, x)
facexlib/detection/retinaface_net.py:145
Methodforward
(self, x)
facexlib/detection/retinaface_net.py:158
Methodforward
(self, x)
facexlib/detection/retinaface_net.py:171
Methodforward
(self, inputs)
facexlib/detection/retinaface.py:120
Methodforward
(self, x, ref=None)
facexlib/parsing/parsenet.py:35
Methodforward
(self, x)
facexlib/parsing/parsenet.py:70
Methodforward
(self, x)
facexlib/parsing/parsenet.py:103
Methodforward
(self, x)
facexlib/parsing/parsenet.py:132
Methodforward
(self, x)
facexlib/parsing/parsenet.py:188
Methodforward
(self, x)
facexlib/parsing/bisenet.py:15
Methodforward
(self, x)
facexlib/parsing/bisenet.py:28
Methodforward
(self, x)
facexlib/parsing/bisenet.py:43
Methodforward
(self, x)
facexlib/parsing/bisenet.py:64
Methodforward
(self, fsp, fcp)
facexlib/parsing/bisenet.py:97
Methodforward
(self, x, return_feat=False)
facexlib/parsing/bisenet.py:120
Methodforward
(self, x)
facexlib/parsing/resnet.py:26
Methodforward
(self, x)
facexlib/parsing/resnet.py:60
Methodforward
input_tensor: (batch, c, x_dim, y_dim)
facexlib/alignment/awing_arch.py:53
Methodforward
(self, input_tensor, heatmap=None)
facexlib/alignment/awing_arch.py:123
Methodforward
(self, x)
facexlib/alignment/awing_arch.py:148
Methodforward
(self, x)
facexlib/alignment/awing_arch.py:185
Methodforward
(self, x, heatmap)
facexlib/alignment/awing_arch.py:264
Methodforward
(self, x)
facexlib/matting/modnet.py:68
Methodforward
(self, x)
facexlib/matting/modnet.py:83
Methodforward
(self, img, inference)
facexlib/matting/modnet.py:112
Methodforward
(self, img, enc2x, enc4x, lr8x, inference)
facexlib/matting/modnet.py:161
Methodforward
(self, img, lr8x, hr2x)
facexlib/matting/modnet.py:200
Methodforward
(self, img, inference)
facexlib/matting/modnet.py:244
Methodforward
(self, x)
facexlib/matting/backbone.py:19
Methodforward
(self, x)
facexlib/matting/backbone.py:36
Methodforward
(self, x)
facexlib/matting/mobilenetv2.py:70
Methodforward
(self, x)
facexlib/matting/mobilenetv2.py:132
Methodfreeze_norm
(self)
facexlib/matting/modnet.py:251
Methodget_inverse_affine
Get inverse affine matrix.
facexlib/utils/face_restoration_helper.py:266
Functionget_valid_bboxes
(bboxes, h, w)
facexlib/utils/face_utils.py:23
Functioninit_recognition_model
(model_name, half=False, device='cuda', model_rootpath=None)
facexlib/recognition/__init__.py:7
Methodload_pretrained_ckpt
(self)
facexlib/matting/backbone.py:72
Functionlog_sum_exp
Utility function for computing log_sum_exp while determining This will be used to determine unaveraged confidence loss across all examples in
facexlib/detection/retinaface_utils.py:343
Functionmatch
Match each prior box with the ground truth box of the highest jaccard overlap, encode the bounding boxes, then return the matched indices corr
facexlib/detection/retinaface_utils.py:142
Functionmatrix_iof
return iof of a and b, numpy version for data augenmentation
facexlib/detection/retinaface_utils.py:130
Functionmatrix_iou
return iou of a and b, numpy version for data augenmentation
facexlib/detection/retinaface_utils.py:117
Functionnms
Apply non-maximum suppression at test time to avoid detecting too many overlapping bounding boxes for a given object. Args: boxes: (te
facexlib/detection/retinaface_utils.py:357
Methodpaste_faces_to_input_image
(self, save_path=None, upsample_img=None)
facexlib/utils/face_restoration_helper.py:281
Functionscandir
Scan a directory to find the interested files. Args: dir_path (str): Path of the directory. suffix (str | tuple(str), optional): F
facexlib/utils/misc.py:81
Methodset_upscale_factor
(self, upscale_factor)
facexlib/utils/face_restoration_helper.py:105
← previous201–245 of 245, ranked by callers