Skip to content

Commit 7c3242f

Browse files
authored
Merge pull request #49 from eltociear/patch-1
Fix typo in data.py
2 parents b54a5aa + ea424e4 commit 7c3242f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ def get_clip_timepoints(clip_sampler, duration):
175175

176176
def crop_boxes(boxes, x_offset, y_offset):
177177
"""
178-
Peform crop on the bounding boxes given the offsets.
178+
Perform crop on the bounding boxes given the offsets.
179179
Args:
180-
boxes (ndarray or None): bounding boxes to peform crop. The dimension
180+
boxes (ndarray or None): bounding boxes to perform crop. The dimension
181181
is `num boxes` x 4.
182182
x_offset (int): cropping offset in the x axis.
183183
y_offset (int): cropping offset in the y axis.

0 commit comments

Comments
 (0)