We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dce96d commit 365d1efCopy full SHA for 365d1ef
torchvision/models/detection/ssd.py
@@ -146,7 +146,8 @@ class SSD(nn.Module):
146
on
147
image_std (Tuple[float, float, float]): std values used for input normalization.
148
They are generally the std values of the dataset on which the backbone has been trained on
149
- head:
+ head (nn.Module, optional): Module run on top of the backbone features. Defaults to a module containing
150
+ a classification and regression module.
151
score_thresh (float): Score threshold used for postprocessing the detections.
152
nms_thresh (float): NMS threshold used for postprocessing the detections.
153
detections_per_img (int): Number of best detections to keep after NMS.
0 commit comments