Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/FaceDetection-DSFD
/ types & classes
Types & classes
47 in github.com/Tencent/FaceDetection-DSFD
⨍
Functions
174
◇
Types & classes
47
↓ 6 callers
Class
FEM
face_ssd.py:31
↓ 5 callers
Class
ResNet
model/resnet.py:104
↓ 4 callers
Class
Compose
Composes several augmentations together. Args: transforms (List[Transform]): list of transforms to compose. Example: >>> augme
utils/augmentations.py:44
↓ 3 callers
Class
DeepHeadModule
face_ssd.py:490
↓ 3 callers
Class
L2Norm
layers/modules/l2norm.py:9
↓ 2 callers
Class
ConvertColor
utils/augmentations.py:163
↓ 2 callers
Class
ConvertFromInts
utils/augmentations.py:75
↓ 2 callers
Class
PhotometricDistort
utils/augmentations.py:510
↓ 2 callers
Class
RandomContrast
utils/augmentations.py:178
↓ 2 callers
Class
RandomMirror
utils/augmentations.py:474
↓ 2 callers
Class
Resize
utils/augmentations.py:112
↓ 2 callers
Class
SubtractMeans
utils/augmentations.py:80
↓ 2 callers
Class
TestBaseTransform
data/__init__.py:61
↓ 2 callers
Class
ToAbsoluteCoords
utils/augmentations.py:90
↓ 2 callers
Class
ToPercentCoords
utils/augmentations.py:101
↓ 2 callers
Class
WIDERFaceAnnotationTransform
Transforms a WIDERFace annotation into a Tensor of bbox coords and label index Initilized with a dictionary lookup of classnames to indexes A
data/widerface.py:28
↓ 1 callers
Class
COCOAnnotationTransform
Transforms a COCO annotation into a Tensor of bbox coords and label index Initilized with a dictionary lookup of classnames to indexes
data/coco.py:48
↓ 1 callers
Class
DetNet
model/detnet_backbone.py:113
↓ 1 callers
Class
Detect
At test time, Detect is the final layer of SSD. Decode location preds, apply non-maximum suppression to location predictions based on conf sc
layers/functions/detection.py:13
↓ 1 callers
Class
PriorBox
Compute priorbox coordinates in center-offset form for each source feature map.
layers/functions/prior_box.py:10
↓ 1 callers
Class
RandomBaiduCrop
Crop Arguments: img (Image): the image being input during training boxes (Tensor): the original bounding boxes in pt form
utils/augmentations.py:321
↓ 1 callers
Class
RandomBrightness
utils/augmentations.py:193
↓ 1 callers
Class
RandomCrop
utils/augmentations.py:535
↓ 1 callers
Class
RandomHue
utils/augmentations.py:136
↓ 1 callers
Class
RandomLightingNoise
utils/augmentations.py:149
↓ 1 callers
Class
RandomSaturation
utils/augmentations.py:122
↓ 1 callers
Class
SSD
Single Shot Multibox Architecture The network is composed of a base VGG network followed by the added multibox conv layers. Each multibox lay
face_ssd.py:48
↓ 1 callers
Class
SwapChannels
Transforms a tensorized image by swapping the channels in the order specified in the swap tuple. Args: swaps (int triple): final orde
utils/augmentations.py:484
↓ 1 callers
Class
VOCAnnotationTransform
Transforms a VOC annotation into a Tensor of bbox coords and label index Initilized with a dictionary lookup of classnames to indexes Argumen
data/voc0712.py:37
↓ 1 callers
Class
WIDERFaceDetection
WIDERFace Detection Dataset Object http://mmlab.ie.cuhk.edu.hk/projects/WIDERFace/ input is image, target is annotation Arguments:
data/widerface.py:91
Class
BaseTransform
data/__init__.py:44
Class
BasicBlock
model/resnet.py:33
Class
Bottleneck
model/resnet.py:65
Class
BottleneckA
model/detnet_backbone.py:14
Class
BottleneckB
model/detnet_backbone.py:62
Class
COCODetection
`MS Coco Detection <http://mscoco.org/dataset/#detections-challenge2016>`_ Dataset. Args: root (string): Root directory where images are d
data/coco.py:81
Class
Expand
utils/augmentations.py:446
Class
Lambda
Applies a lambda as a transform.
utils/augmentations.py:64
Class
MultiBoxLoss
SSD Weighted Loss Function Compute Targets: 1) Produce Confidence Target Indices by matching ground truth boxes with (default)
layers/modules/multibox_loss.py:22
Class
RandomSampleCrop
Crop Arguments: img (Image): the image being input during training boxes (Tensor): the original bounding boxes in pt form
utils/augmentations.py:216
Class
SSDAugmentation
utils/augmentations.py:635
Class
ToCV2Image
utils/augmentations.py:206
Class
ToTensor
utils/augmentations.py:211
Class
VOCDetection
VOC Detection Dataset Object input is image, target is annotation Arguments: root (string): filepath to VOCdevkit folder. im
data/voc0712.py:86
Class
_FPN
FPN
model/fpn.py:24
Class
focalLoss
layers/modules/multibox_loss.py:208
Class
resnet
model/resnet.py:217