Skip to content

Commit

Permalink
Update data.py
Browse files Browse the repository at this point in the history
Peform -> Perform
  • Loading branch information
eltociear authored May 13, 2023
1 parent 3b4fd56 commit ea424e4
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 ea424e4

Please sign in to comment.