We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61d341 commit 25174e4Copy full SHA for 25174e4
1 file changed
SyncNetInstance.py
@@ -91,7 +91,7 @@ def evaluate(self, opt, videofile):
91
# Generate video and audio feats
92
# ========== ==========
93
94
- lastframe = len(images)-4
+ lastframe = len(images)-5
95
im_feat = []
96
cc_feat = []
97
0 commit comments