Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amdegroot/ssd.pytorch
/ functions
Functions
110 in github.com/amdegroot/ssd.pytorch
⨍
Functions
110
◇
Types & classes
32
Function
detection_collate
Custom collate fn for dealing with batches of images that have a different number of associated object annotations (bounding boxes). Argument
data/__init__.py:9
Method
forward
(self, x)
layers/modules/l2norm.py:19
Method
forward
Multibox Loss Args: predictions (tuple): A tuple containing loc preds, conf preds, and prior boxes from SSD net.
layers/modules/multibox_loss.py:48
Method
forward
Args: loc_data: (tensor) Loc preds from loc layers Shape: [batch,num_priors*4] conf_data: (tensor) Sh
layers/functions/detection.py:24
Method
forward
(self)
layers/functions/prior_box.py:28
Method
pull_anno
Returns the original annotation of image at index Note: not using self.__getitem__(), as any transformations passed in could mess up
data/voc0712.py:156
Method
pull_tensor
Returns the original image at an index in tensor form Note: not using self.__getitem__(), as any transformations passed in could mess
data/voc0712.py:173
Function
str2bool
(v)
eval.py:32
Function
str2bool
(v)
train.py:19
Function
weights_init
(m)
train.py:217
← previous
101–110 of 110, ranked by callers