Skip to content

Commit

Permalink
attempt to fix 103, 108
Browse files Browse the repository at this point in the history
  • Loading branch information
HaydenFaulkner committed Feb 7, 2020
1 parent 8253256 commit 8d7f9df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datasets/imgnetvid.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def __getitem__(self, idx):
imgs = list()
lbls = list()
window_sample_ids = self._windows[self.sample_ids[idx]]
window_sample_ids = window_sample_ids[:self._window_size]

# go through the sample ids for the window
for sid in window_sample_ids:
Expand Down

0 comments on commit 8d7f9df

Please sign in to comment.