MCPcopy Create free account

hub / github.com/VDIGPKU/M2Det / types & classes

Types & classes30 in github.com/VDIGPKU/M2Det

↓ 10 callersClassBasicConv
layers/nn_utils.py:7
↓ 6 callersClassSENet
layers/senet.py:206
↓ 5 callersClassResNet
layers/resnet.py:96
↓ 3 callersClassConfigDict
configs/CC.py:12
↓ 3 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:8
↓ 3 callersClassSEModule
layers/senet.py:84
↓ 2 callersClassBaseTransform
Defines the transformations that should be applied to test PIL image for input into the network dimension -> tensorize -> color adj
data/data_augment.py:217
↓ 2 callersClassCOCO
utils/pycocotools/coco.py:65
↓ 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 sc
layers/functions/detection.py:9
↓ 2 callersClassTUM
layers/nn_utils.py:26
↓ 2 callersClassTimer
A simple timer.
utils/timer.py:11
↓ 1 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:92
↓ 1 callersClassCOCOeval
utils/pycocotools/cocoeval.py:10
↓ 1 callersClassConfig
A facility for config and config files. It supports common file formats as configs: python/json/yaml. The interface is the same as a dict ob
configs/CC.py:54
↓ 1 callersClassLogger
logger.py:11
↓ 1 callersClassM2Det
m2det.py:26
↓ 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:11
↓ 1 callersClassParams
Params for coco evaluation api
utils/pycocotools/cocoeval.py:493
↓ 1 callersClassSFAM
layers/nn_utils.py:133
↓ 1 callersClasspreproc
data/data_augment.py:163
ClassBasicBlock
layers/resnet.py:25
ClassBottleneck
Base class for bottlenecks that implements `forward()` method.
layers/senet.py:106
ClassBottleneck
layers/resnet.py:57
ClassCOCODetection
data/coco.py:25
ClassSEBottleneck
Bottleneck for SENet154.
layers/senet.py:133
ClassSEResNeXtBottleneck
ResNeXt bottleneck type C with a Squeeze-and-Excitation module.
layers/senet.py:182
ClassSEResNetBottleneck
ResNet bottleneck with a Squeeze-and-Excitation module. It follows Caffe implementation and uses `stride=stride` in `conv1` and not in `conv2
layers/senet.py:157
ClassVOCDetection
VOC Detection Dataset Object input is image, target is annotation Arguments: root (string): filepath to VOCdevkit folder. im
data/voc0712.py:142
ClassVOCSegmentation
VOC Segmentation Dataset Object input and target are both images NOTE: need to address https://github.com/pytorch/vision/issues/9 Argume
data/voc0712.py:38
Classcustom_build_ext
utils/build.py:108