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.
2 parents b54a5aa + ea424e4 commit 7c3242fCopy full SHA for 7c3242f
data.py
@@ -175,9 +175,9 @@ def get_clip_timepoints(clip_sampler, duration):
175
176
def crop_boxes(boxes, x_offset, y_offset):
177
"""
178
- Peform crop on the bounding boxes given the offsets.
+ Perform crop on the bounding boxes given the offsets.
179
Args:
180
- boxes (ndarray or None): bounding boxes to peform crop. The dimension
+ boxes (ndarray or None): bounding boxes to perform crop. The dimension
181
is `num boxes` x 4.
182
x_offset (int): cropping offset in the x axis.
183
y_offset (int): cropping offset in the y axis.
0 commit comments