MCPcopy Create free account

hub / github.com/ZhaoJ9014/face.evoLVe / types & classes

Types & classes103 in github.com/ZhaoJ9014/face.evoLVe

↓ 33 callersClassResidualBlock
backbone/AttentionNets.py:15
↓ 10 callersClassConvNormLayer
paddle/backbone/resnet_pp.py:27
↓ 9 callersClassAverageMeter
Computes and stores the average and current value
paddle/utils.py:54
↓ 7 callersClassFaceWarpException
applications/align/align_trans.py:18
↓ 7 callersClassFaceWarpException
paddle/align/align_trans.py:18
↓ 6 callersClassBackbone
backbone/model_irse.py:129
↓ 6 callersClassBackbone
paddle/backbone/model_irse.py:126
↓ 5 callersClassConv_block
backbone/MobileFaceNets.py:11
↓ 4 callersClassDepth_Wise
backbone/MobileFaceNets.py:33
↓ 4 callersClassMemoryEfficientSwish
backbone/EfficientNets.py:70
↓ 3 callersClassAverageMeter
Computes and stores the average and current value
backup/utils.py:201
↓ 3 callersClassAverageMeter
Computes and stores the average and current value
util/utils.py:223
↓ 3 callersClassResNet
backbone/model_resnet.py:91
↓ 3 callersClassResNet
paddle/backbone/model_resnet.py:98
↓ 3 callersClassResidual
backbone/MobileFaceNets.py:52
↓ 2 callersClassAm_softmax
Implement of Am_softmax (https://arxiv.org/pdf/1801.05599.pdf): Args: in_features: size of each input sample out_features: size of
paddle/head/metrics.py:211
↓ 2 callersClassArcFace
r"""Implement of ArcFace (https://arxiv.org/pdf/1801.07698v1.pdf): Args: in_features: size of each input sample out
head/metrics.py:66
↓ 2 callersClassArcFace
Implement of ArcFace (https://arxiv.org/pdf/1801.07698v1.pdf): Args: in_features: size of each input sample out_featur
paddle/head/metrics.py:30
↓ 2 callersClassBlocks
paddle/backbone/resnet_pp.py:366
↓ 2 callersClassBottleneck
A named tuple describing a ResNet block.
backbone/model_irse.py:94
↓ 2 callersClassBottleneck
A named tuple describing a ResNet block.
paddle/backbone/model_irse.py:91
↓ 2 callersClassCosFace
Implement of CosFace (https://arxiv.org/pdf/1801.09414.pdf): Args: in_features: size of each input sample out_features: size of ea
paddle/head/metrics.py:96
↓ 2 callersClassFlatten
backbone/model_irse.py:11
↓ 2 callersClassFlatten
applications/align/get_nets.py:8
↓ 2 callersClassFlatten
paddle/backbone/model_irse.py:11
↓ 2 callersClassFocalLoss
paddle/loss/focal.py:8
↓ 2 callersClassFocalLoss
loss/focal.py:8
↓ 2 callersClassGhostModule
backbone/GhostNet.py:84
↓ 2 callersClassLinear_block
backbone/MobileFaceNets.py:23
↓ 2 callersClassMBConvBlock
Mobile Inverted Residual Bottleneck Block. Args: block_args (namedtuple): BlockArgs, defined in utils.py. global_params (namedtup
backbone/EfficientNets.py:641
↓ 2 callersClassNameAdapter
Fix the backbones variable names for pretrained weight
paddle/backbone/resnet_pp.py:601
↓ 2 callersClassNormalDataset
paddle/dataload.py:72
↓ 2 callersClassResNet
paddle/backbone/resnet_pp.py:415
↓ 2 callersClassSELayer
paddle/backbone/resnet_pp.py:125
↓ 2 callersClassShapeSpec
A simple structure that contains basic shape specification about a tensor. It is often used as the auxiliary inputs/outputs of models, to
paddle/backbone/resnet_pp.py:672
↓ 2 callersClassSoftmax
Implement of Softmax (normal classification head): Args: in_features: size of each input sample out_features: size of
paddle/head/metrics.py:10
↓ 2 callersClassSphereFace
Implement of SphereFace (https://arxiv.org/pdf/1704.08063.pdf): Args: in_features: size of each input sample out_features: size of
paddle/head/metrics.py:139
↓ 2 callersClassSwish
backbone/EfficientNets.py:51
↓ 1 callersClassAdaCos
r"""Implementation for "Adaptively Scaling Cosine Logits for Effectively Learning Deep Face Representations" Args: in_features: size of
head/metrics.py:319
↓ 1 callersClassAm_softmax
r"""Implement of Am_softmax (https://arxiv.org/pdf/1801.05599.pdf): Args: in_features: size of each input sample out_features:
head/metrics.py:270
↓ 1 callersClassAm_softmax
r"""Implement of Am_softmax (https://arxiv.org/pdf/1704.06369.pdf): Args: in_features: size of each input sample out_features:
backup/metrics.py:204
↓ 1 callersClassArcFace
r"""Implement of ArcFace (https://arxiv.org/pdf/1801.07698v1.pdf): Args: in_features: size of each input sample out
backup/metrics.py:50
↓ 1 callersClassArcNegFace
Implement of Towards Flops-constrained Face Recognition (https://arxiv.org/pdf/1909.00632.pdf):
head/metrics.py:377
↓ 1 callersClassAttentionModule_stage1
backbone/AttentionNets.py:47
↓ 1 callersClassAttentionModule_stage2
backbone/AttentionNets.py:110
↓ 1 callersClassAttentionModule_stage3
backbone/AttentionNets.py:159
↓ 1 callersClassConvBnAct
backbone/GhostNet.py:69
↓ 1 callersClassCosFace
r"""Implement of CosFace (https://arxiv.org/pdf/1801.09414.pdf): Args: in_features: size of each input sample out_features: siz
head/metrics.py:127
↓ 1 callersClassCosFace
r"""Implement of CosFace (https://arxiv.org/pdf/1801.09414.pdf): Args: in_features: size of each input sample out_features: siz
backup/metrics.py:94
↓ 1 callersClassCurricularFace
Implementation for "CurricularFace: Adaptive Curriculum Learning Loss for Deep Face Recognition".
head/metrics.py:458
↓ 1 callersClassFaceEval
paddle/PaddleInference-demo/main.py:10
↓ 1 callersClassFaceEval
paddle/Paddle-Lite-Inference-demo/main.py:10
↓ 1 callersClassFlatten
backbone/EfficientNets.py:625
↓ 1 callersClassFlatten
backbone/AttentionNets.py:11
↓ 1 callersClassFlatten
backbone/GhostNet.py:22
↓ 1 callersClassFlatten
backbone/MobileFaceNets.py:7
↓ 1 callersClassMTCNN
paddle/PaddleInference-demo/utils.py:21
↓ 1 callersClassMTCNN
paddle/Paddle-Lite-Inference-demo/MTCNN.py:9
↓ 1 callersClassMagFace
Implementation for "ArcFace: Additive Angular Margin Loss for Deep Face Recognition"
head/metrics.py:495
↓ 1 callersClassONet
applications/align/get_nets.py:119
↓ 1 callersClassONet
paddle/align/get_nets.py:121
↓ 1 callersClassPNet
applications/align/get_nets.py:27
↓ 1 callersClassPNet
paddle/align/get_nets.py:27
↓ 1 callersClassRNet
applications/align/get_nets.py:74
↓ 1 callersClassRNet
paddle/align/get_nets.py:75
↓ 1 callersClassRand_Augment
data_processing/randaugment.py:9
↓ 1 callersClassSEModule
backbone/model_irse.py:23
↓ 1 callersClassSEModule
paddle/backbone/model_irse.py:23
↓ 1 callersClassSphereFace
r"""Implement of SphereFace (https://arxiv.org/pdf/1704.08063.pdf): Args: in_features: size of each input sample out_features:
head/metrics.py:183
↓ 1 callersClassSphereFace
r"""Implement of SphereFace (https://arxiv.org/pdf/1704.08063.pdf): Args: in_features: size of each input sample out_features:
backup/metrics.py:134
↓ 1 callersClassSqueezeExcite
backbone/GhostNet.py:49
ClassAM_Softmax
Implementation for "Additive Margin Softmax for Face Verification"
head/metrics.py:354
ClassBalancingClassDataset
paddle/dataload.py:8
ClassBasicBlock
backbone/model_resnet.py:21
ClassBasicBlock
paddle/backbone/resnet_pp.py:156
ClassBasicBlock
paddle/backbone/model_resnet.py:22
ClassBlockDecoder
Block Decoder for readability, straight from the official TensorFlow repository.
backbone/EfficientNets.py:352
ClassBottleNeck
paddle/backbone/resnet_pp.py:250
ClassBottleneck
backbone/model_resnet.py:53
ClassBottleneck
paddle/backbone/model_resnet.py:57
ClassCircleLoss
Implementation for "Circle Loss: A Unified Perspective of Pair Similarity Optimization" Note: this is the classification based implementation of
head/metrics.py:418
ClassConv2dDynamicSamePadding
2D Convolutions like TensorFlow, for a dynamic image size. The padding is operated in forward function by calculating dynamically.
backbone/EfficientNets.py:207
ClassConv2dStaticSamePadding
2D Convolutions like TensorFlow's 'SAME' mode, with the given input image size. The padding mudule is calculated in construction function, then
backbone/EfficientNets.py:240
ClassEfficientNet
EfficientNet model. Most easily loaded with the .from_name or .from_pretrained methods. Args: blocks_args (list[namedtuple]): A li
backbone/EfficientNets.py:748
ClassFlatten
paddle/align/get_nets.py:8
ClassGhostBottleneck
Ghost bottleneck w/ optional SE
backbone/GhostNet.py:110
ClassGhostNet
backbone/GhostNet.py:173
ClassMV_Softmax
Implementation for "Mis-classified Vector Guided Softmax Loss for Face Recognition"
head/metrics.py:538
ClassMatlabCp2tormException
applications/align/matlab_cp2tform.py:6
ClassMaxPool2dDynamicSamePadding
2D MaxPooling like TensorFlow's 'SAME' mode, with a dynamic image size. The padding is operated in forward function by calculating dynamically.
backbone/EfficientNets.py:287
ClassMaxPool2dStaticSamePadding
2D MaxPooling like TensorFlow's 'SAME' mode, with the given input image size. The padding mudule is calculated in construction function, then u
backbone/EfficientNets.py:310
ClassMobileFaceNet
backbone/MobileFaceNets.py:62
ClassNPCFace
Implementation for "NPCFace: A Negative-Positive Cooperation Supervision for Training Large-scale Face Recognition"
head/metrics.py:575
ClassRes5Head
paddle/backbone/resnet_pp.py:578
ClassResidualAttentionNet
backbone/AttentionNets.py:195
ClassSST_Prototype
Implementation for "Semi-Siamese Training for Shallow Face Learning".
head/metrics.py:621
ClassSoftmax
r"""Implement of Softmax (normal classification head): Args: in_features: size of each input sample out_features: s
head/metrics.py:12
ClassSoftmax
r"""Implement of Softmax (normal classification head): Args: in_features: size of each input sample out_features: s
backup/metrics.py:13
ClassSwishImplementation
backbone/EfficientNets.py:57
Classbottleneck_IR
backbone/model_irse.py:49
next →1–100 of 103, ranked by callers