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 77e9a57 commit 558339bCopy full SHA for 558339b
references/detection/transforms.py
@@ -285,7 +285,7 @@ def forward(
285
286
287
class ScaleJitter(nn.Module):
288
- """Randomly resizes the image and its bounding boxes within a specified ratio range.
+ """Randomly resizes the image and its bounding boxes within the specified scale range.
289
The class implements the Scale Jitter augmentation as described in the paper
290
`"Simple Copy-Paste is a Strong Data Augmentation Method for Instance Segmentation" <https://arxiv.org/abs/2012.07177>`_.
291
0 commit comments