Skip to content

Commit

Permalink
initial third to first actor observer
Browse files Browse the repository at this point in the history
  • Loading branch information
Gunnar Sigurdsson committed Dec 4, 2018
1 parent 43a5b50 commit dd3d87b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datasets/charades_ego.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def __getitem__(self, index, shift=None):
impaths = self.data['image_paths'][index]
target = self.data['targets'][index]
meta = self.data['meta'][index]
meta['do_not_collate'] = True
meta['id'] = self.data['ids'][index]
try:
ims = [default_loader(im) for im in impaths]
Expand Down
Empty file modified python2model_to_python3model.py
100644 → 100755
Empty file.

0 comments on commit dd3d87b

Please sign in to comment.