Skip to content

Commit 558339b

Browse files
committed
Update documentation.
1 parent 77e9a57 commit 558339b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

references/detection/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def forward(
285285

286286

287287
class ScaleJitter(nn.Module):
288-
"""Randomly resizes the image and its bounding boxes within a specified ratio range.
288+
"""Randomly resizes the image and its bounding boxes within the specified scale range.
289289
The class implements the Scale Jitter augmentation as described in the paper
290290
`"Simple Copy-Paste is a Strong Data Augmentation Method for Instance Segmentation" <https://arxiv.org/abs/2012.07177>`_.
291291

0 commit comments

Comments
 (0)