Skip to content

Commit

Permalink
Merge pull request #49 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Fix typo in data.py
  • Loading branch information
imisra authored May 16, 2023
2 parents b54a5aa + ea424e4 commit 7c3242f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ def get_clip_timepoints(clip_sampler, duration):

def crop_boxes(boxes, x_offset, y_offset):
"""
Peform crop on the bounding boxes given the offsets.
Perform crop on the bounding boxes given the offsets.
Args:
boxes (ndarray or None): bounding boxes to peform crop. The dimension
boxes (ndarray or None): bounding boxes to perform crop. The dimension
is `num boxes` x 4.
x_offset (int): cropping offset in the x axis.
y_offset (int): cropping offset in the y axis.
Expand Down

0 comments on commit 7c3242f

Please sign in to comment.