Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VDIGPKU/M2Det
/ types & classes
Types & classes
30 in github.com/VDIGPKU/M2Det
⨍
Functions
216
◇
Types & classes
30
↓ 10 callers
Class
BasicConv
layers/nn_utils.py:7
↓ 6 callers
Class
SENet
layers/senet.py:206
↓ 5 callers
Class
ResNet
layers/resnet.py:96
↓ 3 callers
Class
ConfigDict
configs/CC.py:12
↓ 3 callers
Class
PriorBox
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 callers
Class
SEModule
layers/senet.py:84
↓ 2 callers
Class
BaseTransform
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 callers
Class
COCO
utils/pycocotools/coco.py:65
↓ 2 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:9
↓ 2 callers
Class
TUM
layers/nn_utils.py:26
↓ 2 callers
Class
Timer
A simple timer.
utils/timer.py:11
↓ 1 callers
Class
AnnotationTransform
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 callers
Class
COCOeval
utils/pycocotools/cocoeval.py:10
↓ 1 callers
Class
Config
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 callers
Class
Logger
logger.py:11
↓ 1 callers
Class
M2Det
m2det.py:26
↓ 1 callers
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:11
↓ 1 callers
Class
Params
Params for coco evaluation api
utils/pycocotools/cocoeval.py:493
↓ 1 callers
Class
SFAM
layers/nn_utils.py:133
↓ 1 callers
Class
preproc
data/data_augment.py:163
Class
BasicBlock
layers/resnet.py:25
Class
Bottleneck
Base class for bottlenecks that implements `forward()` method.
layers/senet.py:106
Class
Bottleneck
layers/resnet.py:57
Class
COCODetection
data/coco.py:25
Class
SEBottleneck
Bottleneck for SENet154.
layers/senet.py:133
Class
SEResNeXtBottleneck
ResNeXt bottleneck type C with a Squeeze-and-Excitation module.
layers/senet.py:182
Class
SEResNetBottleneck
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
Class
VOCDetection
VOC Detection Dataset Object input is image, target is annotation Arguments: root (string): filepath to VOCdevkit folder. im
data/voc0712.py:142
Class
VOCSegmentation
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
Class
custom_build_ext
utils/build.py:108