Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xinntao/facexlib
/ functions
Functions
245 in github.com/xinntao/facexlib
⨍
Functions
245
◇
Types & classes
61
Method
forward
(self, x)
facexlib/detection/retinaface_net.py:145
Method
forward
(self, x)
facexlib/detection/retinaface_net.py:158
Method
forward
(self, x)
facexlib/detection/retinaface_net.py:171
Method
forward
(self, inputs)
facexlib/detection/retinaface.py:120
Method
forward
(self, x, ref=None)
facexlib/parsing/parsenet.py:35
Method
forward
(self, x)
facexlib/parsing/parsenet.py:70
Method
forward
(self, x)
facexlib/parsing/parsenet.py:103
Method
forward
(self, x)
facexlib/parsing/parsenet.py:132
Method
forward
(self, x)
facexlib/parsing/parsenet.py:188
Method
forward
(self, x)
facexlib/parsing/bisenet.py:15
Method
forward
(self, x)
facexlib/parsing/bisenet.py:28
Method
forward
(self, x)
facexlib/parsing/bisenet.py:43
Method
forward
(self, x)
facexlib/parsing/bisenet.py:64
Method
forward
(self, fsp, fcp)
facexlib/parsing/bisenet.py:97
Method
forward
(self, x, return_feat=False)
facexlib/parsing/bisenet.py:120
Method
forward
(self, x)
facexlib/parsing/resnet.py:26
Method
forward
(self, x)
facexlib/parsing/resnet.py:60
Method
forward
input_tensor: (batch, c, x_dim, y_dim)
facexlib/alignment/awing_arch.py:53
Method
forward
(self, input_tensor, heatmap=None)
facexlib/alignment/awing_arch.py:123
Method
forward
(self, x)
facexlib/alignment/awing_arch.py:148
Method
forward
(self, x)
facexlib/alignment/awing_arch.py:185
Method
forward
(self, x, heatmap)
facexlib/alignment/awing_arch.py:264
Method
forward
(self, x)
facexlib/matting/modnet.py:68
Method
forward
(self, x)
facexlib/matting/modnet.py:83
Method
forward
(self, img, inference)
facexlib/matting/modnet.py:112
Method
forward
(self, img, enc2x, enc4x, lr8x, inference)
facexlib/matting/modnet.py:161
Method
forward
(self, img, lr8x, hr2x)
facexlib/matting/modnet.py:200
Method
forward
(self, img, inference)
facexlib/matting/modnet.py:244
Method
forward
(self, x)
facexlib/matting/backbone.py:19
Method
forward
(self, x)
facexlib/matting/backbone.py:36
Method
forward
(self, x)
facexlib/matting/mobilenetv2.py:70
Method
forward
(self, x)
facexlib/matting/mobilenetv2.py:132
Method
freeze_norm
(self)
facexlib/matting/modnet.py:251
Method
get_inverse_affine
Get inverse affine matrix.
facexlib/utils/face_restoration_helper.py:266
Function
get_valid_bboxes
(bboxes, h, w)
facexlib/utils/face_utils.py:23
Function
init_recognition_model
(model_name, half=False, device='cuda', model_rootpath=None)
facexlib/recognition/__init__.py:7
Method
load_pretrained_ckpt
(self)
facexlib/matting/backbone.py:72
Function
log_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
Function
match
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
Function
matrix_iof
return iof of a and b, numpy version for data augenmentation
facexlib/detection/retinaface_utils.py:130
Function
matrix_iou
return iou of a and b, numpy version for data augenmentation
facexlib/detection/retinaface_utils.py:117
Function
nms
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
Method
paste_faces_to_input_image
(self, save_path=None, upsample_img=None)
facexlib/utils/face_restoration_helper.py:281
Function
scandir
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
Method
set_upscale_factor
(self, upscale_factor)
facexlib/utils/face_restoration_helper.py:105
← previous
201–245 of 245, ranked by callers