Skip to content

Commit

Permalink
remove sample_stride
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshohara committed Jul 6, 2018
1 parent 082b475 commit 94dd85a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ def get_test_set(opt, spatial_transform, temporal_transform, target_transform):
spatial_transform,
temporal_transform,
target_transform,
sample_duration=opt.sample_duration,
sample_stride=opt.sample_stride)
sample_duration=opt.sample_duration)
elif opt.dataset == 'activitynet':
test_data = ActivityNet(
opt.video_path,
Expand Down

0 comments on commit 94dd85a

Please sign in to comment.