Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yysijie committed Aug 6, 2019
1 parent f225227 commit 7a7c394
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion processor/demo_offline.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def predict(self, data):
for t in range(num_frame):
frame_label_name = list()
for m in range(num_person):
print(output.shape)
person_label = output[:, t, :, m].sum(dim=1).argmax(dim=0)
person_label_name = self.label_name[person_label]
frame_label_name.append(person_label_name)
Expand Down

0 comments on commit 7a7c394

Please sign in to comment.