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.
1 parent 46f2308 commit 537255aCopy full SHA for 537255a
torchvision/datasets/kinetics.py
@@ -41,7 +41,6 @@ def __init__(self, root, frames_per_clip, step_between_clips=1, frame_rate=None,
41
num_workers=1, _video_width=0, _video_height=0,
42
_video_min_dimension=0, _audio_samples=0):
43
super(Kinetics400, self).__init__(root)
44
- extensions = ('avi',)
45
46
classes = list(sorted(list_dir(root)))
47
class_to_idx = {classes[i]: i for i in range(len(classes))}
0 commit comments