Commit b438d321 authored by Rahul Somani's avatar Rahul Somani Committed by Francisco Massa
Browse files

Fixed compute_clips docstring (#1543)

parent ca571485
...@@ -178,8 +178,6 @@ class VideoClips(object): ...@@ -178,8 +178,6 @@ class VideoClips(object):
Arguments: Arguments:
num_frames (int): number of frames for the clip num_frames (int): number of frames for the clip
step (int): distance between two clips step (int): distance between two clips
dilation (int): distance between two consecutive frames
in a clip
""" """
self.num_frames = num_frames self.num_frames = num_frames
self.step = step self.step = step
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment