Skip to content

Commit 25174e4

Browse files
author
Your Name
committed
consistency
1 parent f61d341 commit 25174e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SyncNetInstance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def evaluate(self, opt, videofile):
9191
# Generate video and audio feats
9292
# ========== ==========
9393

94-
lastframe = len(images)-4
94+
lastframe = len(images)-5
9595
im_feat = []
9696
cc_feat = []
9797

0 commit comments

Comments
 (0)