MCPcopy Create free account

hub / github.com/JDAI-CV/FaceX-Zoo / types & classes

Types & classes307 in github.com/JDAI-CV/FaceX-Zoo

↓ 38 callersClassConv2d
addition_module/face_mask_adding/FMA-3D/model/prnet.py:12
↓ 33 callersClassResidualBlock
backbone/AttentionNets.py:21
↓ 19 callersClassMBInvertedResBlock
backbone/TF_NAS.py:270
↓ 18 callersClassFaceRecImageCropper
Implementation of image cropper Attributes: image: the input image. landmarks: using landmarks information to crop.
face_sdk/core/image_cropper/arcface_cropper/FaceRecImageCropper.py:101
↓ 17 callersClassUpBlock
addition_module/face_mask_adding/FMA-3D/model/prnet.py:31
↓ 15 callersClassRepVGG
backbone/RepVGG.py:158
↓ 14 callersClassResNet
addition_module/DSDG/DUM/models/ResNet_u.py:36
↓ 12 callersClassCommonTestDataset
Data processor for model evaluation. Attributes: image_root(str): root directory of test set. image_list_file(str): path of
data_processor/test_dataset.py:18
↓ 12 callersClassMobileBottleneck
face_sdk/models/network_def/mobilev3_pfld.py:70
↓ 12 callersClassgroup
backbone/LightCNN.py:30
↓ 10 callersClassBackboneFactory
Factory to produce backbone according the backbone_conf.yaml. Attributes: backbone_type(str): which backbone will produce. ba
backbone/backbone_def.py:24
↓ 10 callersClassResBlock
addition_module/face_mask_adding/FMA-3D/model/prnet.py:58
↓ 9 callersClassAverageMeter
Computes and stores the average and current value
addition_module/DMUE/pretrain/utils/AverageMeter.py:1
↓ 9 callersClassBackboneFactory
Factory to produce backbone according the backbone_conf.yaml. Attributes: backbone_type(str): which backbone will produce. ba
addition_module/face_lightning/KDF/backbone/backbone_def.py:13
↓ 9 callersClassHeadFactory
Factory to produce head according to the head_conf.yaml Attributes: head_type(str): which head will be produce. head_param(di
head/head_def.py:22
↓ 9 callersClassmfm
backbone/LightCNN.py:16
↓ 8 callersClassConvBlock
addition_module/DMUE/preprocess/face_alignmenet/core/models.py:46
↓ 7 callersClassAverageMeter
Computes and stores the average and current value
utils/AverageMeter.py:4
↓ 6 callersClassAvgrageMeter
addition_module/DSDG/DUM/utils.py:13
↓ 5 callersClassCommonExtractor
Common feature extractor. Attributes: device(object): device to init model.
test_protocol/utils/extractor/feature_extractor.py:16
↓ 5 callersClassConv_block
backbone/MobileFaceNets.py:17
↓ 5 callersClassConv_block
addition_module/face_lightning/KDF/backbone/MobileFaceNets.py:17
↓ 5 callersClassConv_block
face_sdk/models/network_def/mobilefacenet_def.py:21
↓ 5 callersClassHardSwish
backbone/TF_NAS.py:51
↓ 5 callersClassMTCNN
MTCNN face detection module. This class loads pretrained P-, R-, and O-nets and returns images cropped to include the face only, given raw in
addition_module/DMUE/preprocess/mtcnn/mtcnn.py:157
↓ 5 callersClassSwish
backbone/TF_NAS.py:39
↓ 5 callersClassmfm
addition_module/DSDG/networks/light_cnn.py:6
↓ 4 callersClassCommonExtractor
Common feature extractor. Attributes: device(object): device to init model.
addition_module/face_lightning/KDF/test_protocol/utils/extractor/feature_extractor.py:16
↓ 4 callersClassDepth_Wise
backbone/MobileFaceNets.py:39
↓ 4 callersClassDepth_Wise
addition_module/face_lightning/KDF/backbone/MobileFaceNets.py:39
↓ 4 callersClassDepth_Wise
face_sdk/models/network_def/mobilefacenet_def.py:43
↓ 4 callersClassDropBlock2D
backbone/resnest/resnet.py:17
↓ 4 callersClassFunctionNegativeTripletSelector
For each positive pair, takes the hardest negative sample (with the greatest triplet loss value) to create a triplet Margin should match the
training_mode/siamese-triplet_training/pair_selector.py:133
↓ 4 callersClassImageDataset
data_processor/train_dataset.py:50
↓ 4 callersClassInputError
face_sdk/utils/BuzException.py:10
↓ 4 callersClassMemoryEfficientSwish
backbone/EfficientNets.py:76
↓ 4 callersClassNormaliztion_valtest
same as mxnet, normalize into [-1, 1] image = (image - 127.5)/128
addition_module/DSDG/DUM/Load_OULUNPUcrop_valtest.py:17
↓ 4 callersClassSoftLoss
addition_module/DMUE/losses/softLoss.py:6
↓ 4 callersClassSpoofing_valtest
addition_module/DSDG/DUM/Load_OULUNPUcrop_valtest.py:58
↓ 4 callersClassToTensor_valtest
Convert ndarrays in sample to Tensors. process only one batch every time
addition_module/DSDG/DUM/Load_OULUNPUcrop_valtest.py:31
↓ 4 callersClassgroup
addition_module/DSDG/networks/light_cnn.py:22
↓ 3 callersClassCoordConvTh
CoordConv layer as in the paper.
addition_module/DMUE/preprocess/face_alignmenet/core/coord_conv.py:76
↓ 3 callersClassEvaluator
Evaluator the trained model online. Attributes: test_set(str): which test set to use, currently surpport LFW, CPLFW, ..., IJB-C i
test_protocol/utils/online_val.py:23
↓ 3 callersClassFaceAlignModelHandler
Implementation of face landmark model handler Attributes: model: the face landmark model. device: use cpu or gpu to process.
face_sdk/core/model_handler/face_alignment/FaceAlignModelHandler.py:19
↓ 3 callersClassFaceAlignModelLoader
face_sdk/core/model_loader/face_alignment/FaceAlignModelLoader.py:14
↓ 3 callersClassFaceDetModelHandler
Implementation of face detection model handler Attributes: model: the face detection model. device: use cpu or gpu to process.
face_sdk/core/model_handler/face_detection/FaceDetModelHandler.py:21
↓ 3 callersClassFaceDetModelLoader
face_sdk/core/model_loader/face_detection/FaceDetModelLoader.py:14
↓ 3 callersClassImageDataset
addition_module/HSST/train_dataset.py:50
↓ 3 callersClassMobileFaceNet
face_sdk/models/network_def/mobilefacenet_def.py:72
↓ 3 callersClassModelLoader
Load a model by network and weights file. Attributes: model(object): the model definition file.
test_protocol/utils/model_loader.py:9
↓ 3 callersClassModelLoader
Load a model by network and weights file. Attributes: model(object): the model definition file.
addition_module/face_lightning/KDF/test_protocol/utils/model_loader.py:9
↓ 3 callersClassResNet_IBN
addition_module/DMUE/pretrain/backbones/resnet_ibn_a.py:76
↓ 3 callersClassResidual
backbone/MobileFaceNets.py:58
↓ 3 callersClassResidual
addition_module/face_lightning/KDF/backbone/MobileFaceNets.py:58
↓ 3 callersClassResidual
face_sdk/models/network_def/mobilefacenet_def.py:62
↓ 3 callersClassSSH
face_sdk/models/network_def/retinaface_def.py:47
↓ 3 callersClassparaphraser
addition_module/face_lightning/KDF/utils/net_util.py:12
↓ 2 callersClassAverageMeter
Computes and stores the average and current value
addition_module/DSDG/misc/util.py:60
↓ 2 callersClassBottleneck
A named tuple describing a ResNet block.
backbone/ResNets.py:80
↓ 2 callersClassBottleneck
A named tuple describing a ResNet block.
addition_module/face_lightning/KDF/backbone/ResNets.py:80
↓ 2 callersClassCDCN_u
addition_module/DSDG/DUM/models/CDCNs_u.py:53
↓ 2 callersClassConvLayer
backbone/TF_NAS.py:146
↓ 2 callersClassFaceMasker
Add a virtual mask in face. Attributes: uv_face_path(str): the path of uv_face. mask_template_folder(str): the directory whe
addition_module/face_mask_adding/FMA-3D/face_masker.py:81
↓ 2 callersClassFaceModel
Define a traditional face model which contains a backbone and a head. Attributes: backbone(object): the backbone of face model.
addition_module/face_lightning/KDF/training_mode/kd_training/train.py:30
↓ 2 callersClassFaceModel
Define a traditional face model which contains a backbone and a head. Attributes: backbone(object): the backbone of face model.
addition_module/face_lightning/KDF/training_mode/kd_training/train_ft.py:32
↓ 2 callersClassFaceRecModelHandler
Implementation of face recognition model handler Attributes: model: the face recognition model. device: use cpu or gpu to process
face_sdk/core/model_handler/face_recognition/FaceRecModelHandler.py:16
↓ 2 callersClassFaceRecModelLoader
face_sdk/core/model_loader/face_recognition/FaceRecModelLoader.py:14
↓ 2 callersClassGhostModule
backbone/GhostNet.py:89
↓ 2 callersClassHighResolutionNet
backbone/HRNet.py:256
↓ 2 callersClassIJBCEvaluator
Implementation of IJBC test protocal.
test_protocol/ijbc/ijbc_evaluator.py:15
↓ 2 callersClassImageDataset
addition_module/DMUE/datasets/bases.py:25
↓ 2 callersClassImageDataset_SST
data_processor/train_dataset.py:78
↓ 2 callersClassKDLossFactory
Factory to produce head according to the head_conf.yaml Attributes: head_type(str): which head will be produce. head_param(di
addition_module/face_lightning/KDF/loss/loss_def.py:17
↓ 2 callersClassLFWEvaluator
Implementation of LFW test protocal. Attributes: data_loader(object): a test data loader. pair_list(list): the pair list give
test_protocol/lfw/lfw_evaluator.py:11
↓ 2 callersClassLinear_block
backbone/MobileFaceNets.py:29
↓ 2 callersClassLinear_block
addition_module/face_lightning/KDF/backbone/MobileFaceNets.py:29
↓ 2 callersClassLinear_block
face_sdk/models/network_def/mobilefacenet_def.py:33
↓ 2 callersClassMBConvBlock
Mobile Inverted Residual Bottleneck Block. Args: block_args (namedtuple): BlockArgs, defined in utils.py. global_params (namedtup
backbone/EfficientNets.py:645
↓ 2 callersClassMobileFaceNet
addition_module/face_lightning/KDF/backbone/MobileFaceNets.py:68
↓ 2 callersClassPairsParserFactory
The factory used to produce different pairs parser for different dataset. Attributes: pairs_file(str): the path of the pairs file that wa
test_protocol/lfw/pairs_parser.py:171
↓ 2 callersClassRepVGGBlock
backbone/RepVGG.py:26
↓ 2 callersClassResNet
addition_module/DMUE/pretrain/backbones/resnet.py:85
↓ 2 callersClassSP_KD_Loss
addition_module/DMUE/losses/SP_KD_Loss.py:6
↓ 2 callersClassSwish
backbone/EfficientNets.py:57
↓ 2 callersClassTF_NAS_A
backbone/TF_NAS.py:404
↓ 2 callersClassnetwork_29layers_v2
addition_module/DSDG/networks/light_cnn.py:48
↓ 2 callersClasstranslator
addition_module/face_lightning/KDF/utils/net_util.py:61
↓ 1 callersClassAM_Softmax
Implementation for "Additive Margin Softmax for Face Verification"
head/AM_Softmax.py:11
↓ 1 callersClassAdaCos
Implementation for "Adaptively Scaling Cosine Logits for Effectively Learning Deep Face Representations".
head/AdaCos.py:16
↓ 1 callersClassAdam_Softmax
Implementation for "AdaptiveFace: Adaptive Margin and Sampling for Face Recognition".
head/AdaM_Softmax.py:10
↓ 1 callersClassAddBoundary
addition_module/DMUE/preprocess/face_alignmenet/dataloader.py:25
↓ 1 callersClassAddBoundary
addition_module/DMUE/preprocess/face_alignmenet/core/dataloader.py:24
↓ 1 callersClassAddCoords
addition_module/DMUE/preprocess/face_alignmenet/core/coord_conv.py:100
↓ 1 callersClassAddCoordsTh
addition_module/DMUE/preprocess/face_alignmenet/core/coord_conv.py:5
↓ 1 callersClassAddWeightMap
addition_module/DMUE/preprocess/face_alignmenet/dataloader.py:193
↓ 1 callersClassAddWeightMap
addition_module/DMUE/preprocess/face_alignmenet/core/dataloader.py:192
↓ 1 callersClassAgeDB_PairsParser
The pairs parser for agedb.
test_protocol/lfw/pairs_parser.py:147
↓ 1 callersClassAgeDB_PairsParser
The pairs parser for agedb.
addition_module/face_lightning/KDF/test_protocol/lfw/pairs_parser.py:147
↓ 1 callersClassArcFace
Implementation for "ArcFace: Additive Angular Margin Loss for Deep Face Recognition"
head/ArcFace.py:12
↓ 1 callersClassArcNegFace
Implement of Towards Flops-constrained Face Recognition (https://arxiv.org/pdf/1909.00632.pdf):
head/ArcNegFace.py:13
next →1–100 of 307, ranked by callers