Commit 6ebc01fe authored by Matt Harvey's avatar Matt Harvey
Browse files

Fix save path

Showing with 1 addition and 1 deletion
+1 -1
......@@ -32,7 +32,7 @@ pbar = tqdm(total=len(data.data))
for video in data.data:
# Get the path to the sequence for this video.
path = './data/sequences-ucf/' + video[2] + '-' + str(seq_length) + \
path = './data/sequences/' + video[2] + '-' + str(seq_length) + \
'-features.txt'
# Check if we already have it.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment