MCPcopy Create free account

hub / github.com/SeanChenxy/TSSD-OTA / types & classes

Types & classes39 in github.com/SeanChenxy/TSSD-OTA

↓ 5 callersClassCompose
Composes several augmentations together. Args: transforms (List[Transform]): list of transforms to compose. Example: >>> augme
utils/augmentations.py:36
↓ 4 callersClassConvAttention
ssd.py:138
↓ 4 callersClassPriorBox
Compute priorbox coordinates in center-offset form for each source feature map. Note: This 'layer' has changed between versions of the ori
layers/functions/prior_box.py:5
↓ 3 callersClassAnnotationTransform
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:101
↓ 3 callersClassBaseTransform
data/__init__.py:16
↓ 3 callersClassVOCDetection
VOC Detection Dataset Object input is image, target is annotation Arguments: root (string): filepath to VOCdevkit folder. im
data/voc0712.py:159
↓ 2 callersClassAttentionLoss
layers/modules/attention_loss.py:6
↓ 2 callersClassConvGRUCell
ssd.py:217
↓ 2 callersClassConvLSTMCell
Generate a convolutional LSTM cell
ssd.py:157
↓ 2 callersClassConvertColor
utils/augmentations.py:155
↓ 2 callersClassConvertFromInts
utils/augmentations.py:67
↓ 2 callersClassDetect
At test time, Detect is the final layer of SSD. Decode location preds, apply non-maximum suppression to location predictions based on conf
layers/functions/detection.py:9
↓ 2 callersClassL2Norm
layers/modules/l2norm.py:7
↓ 2 callersClassPhotometricDistort
utils/augmentations.py:376
↓ 2 callersClassRandomContrast
utils/augmentations.py:170
↓ 2 callersClassResize
utils/augmentations.py:104
↓ 2 callersClassSubtractMeans
utils/augmentations.py:72
↓ 2 callersClassTimer
A simple timer.
eval.py:104
↓ 2 callersClassTimer
A simple timer.
eva_MOT.py:13
↓ 2 callersClassToAbsoluteCoords
utils/augmentations.py:82
↓ 2 callersClassToPercentCoords
utils/augmentations.py:93
↓ 1 callersClassExpand
utils/augmentations.py:312
↓ 1 callersClassMOTDetection
data/mot.py:13
↓ 1 callersClassMultiBoxLoss
SSD Weighted Loss Function Compute Targets: 1) Produce Confidence Target Indices by matching ground truth boxes with (default)
layers/modules/multibox_loss.py:9
↓ 1 callersClassRandomBrightness
utils/augmentations.py:185
↓ 1 callersClassRandomHue
utils/augmentations.py:128
↓ 1 callersClassRandomLightingNoise
utils/augmentations.py:141
↓ 1 callersClassRandomMirror
utils/augmentations.py:340
↓ 1 callersClassRandomSampleCrop
Crop Arguments: img (Image): the image being input during training boxes (Tensor): the original bounding boxes in pt form
utils/augmentations.py:208
↓ 1 callersClassRandomSaturation
utils/augmentations.py:114
↓ 1 callersClassSSD
Single Shot Multibox Architecture The network is composed of a base VGG network followed by the added multibox conv layers. Each multibox lay
ssd.py:11
↓ 1 callersClassSwapChannels
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:350
↓ 1 callersClassTSSD
ssd.py:256
↓ 1 callersClassseqMultiBoxLoss
layers/modules/multibox_loss.py:119
ClassLambda
Applies a lambda as a transform.
utils/augmentations.py:56
ClassSSDAugmentation
utils/augmentations.py:400
ClassToCV2Image
utils/augmentations.py:198
ClassToTensor
utils/augmentations.py:203
ClassseqSSDAugmentation
utils/augmentations.py:419