Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
twangnh authored Nov 18, 2021
1 parent 19c8756 commit 80eecd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dataset/panoptic.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def _get_cam(self, seq):
# return None

def __getitem__(self, idx):
input, meta = [], [], [], [], [], []
input, meta = [], []
for k in range(self.num_views):
i, m = super().__getitem__(self.num_views * idx + k)
input.append(i)
Expand Down

0 comments on commit 80eecd0

Please sign in to comment.