Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amdegroot/ssd.pytorch
/ types & classes
Types & classes
32 in github.com/amdegroot/ssd.pytorch
⨍
Functions
110
◇
Types & classes
32
↓ 4 callers
Class
BaseTransform
data/__init__.py:37
↓ 3 callers
Class
Compose
Composes several augmentations together. Args: transforms (List[Transform]): list of transforms to compose. Example: >>> augme
utils/augmentations.py:36
↓ 3 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:31
↓ 3 callers
Class
VOCDetection
VOC Detection Dataset Object input is image, target is annotation Arguments: root (string): filepath to VOCdevkit folder. im
data/voc0712.py:80
↓ 2 callers
Class
ConvertColor
utils/augmentations.py:155
↓ 2 callers
Class
RandomContrast
utils/augmentations.py:170
↓ 2 callers
Class
SSDAugmentation
utils/augmentations.py:400
↓ 2 callers
Class
Timer
A simple timer.
eval.py:79
↓ 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:42
↓ 1 callers
Class
COCODetection
`MS Coco Detection <http://mscoco.org/dataset/#detections-challenge2016>`_ Dataset. Args: root (string): Root directory where images are d
data/coco.py:75
↓ 1 callers
Class
ConvertFromInts
utils/augmentations.py:67
↓ 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:7
↓ 1 callers
Class
Expand
utils/augmentations.py:312
↓ 1 callers
Class
L2Norm
layers/modules/l2norm.py:7
↓ 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:10
↓ 1 callers
Class
PhotometricDistort
utils/augmentations.py:376
↓ 1 callers
Class
PriorBox
Compute priorbox coordinates in center-offset form for each source feature map.
layers/functions/prior_box.py:7
↓ 1 callers
Class
RandomBrightness
utils/augmentations.py:185
↓ 1 callers
Class
RandomHue
utils/augmentations.py:128
↓ 1 callers
Class
RandomLightingNoise
utils/augmentations.py:141
↓ 1 callers
Class
RandomMirror
utils/augmentations.py:340
↓ 1 callers
Class
RandomSampleCrop
Crop Arguments: img (Image): the image being input during training boxes (Tensor): the original bounding boxes in pt form
utils/augmentations.py:208
↓ 1 callers
Class
RandomSaturation
utils/augmentations.py:114
↓ 1 callers
Class
Resize
utils/augmentations.py:104
↓ 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
ssd.py:10
↓ 1 callers
Class
SubtractMeans
utils/augmentations.py:72
↓ 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:350
↓ 1 callers
Class
ToAbsoluteCoords
utils/augmentations.py:82
↓ 1 callers
Class
ToPercentCoords
utils/augmentations.py:93
Class
Lambda
Applies a lambda as a transform.
utils/augmentations.py:56
Class
ToCV2Image
utils/augmentations.py:198
Class
ToTensor
utils/augmentations.py:203