Skip to content

Commit 10651aa

Browse files
committed
Added generation script to get more details on filenames
1 parent ec2d6cb commit 10651aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataset/generate_original_images_from_downloaded_videos.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
def extract_sequences(data_path, **kwargs):
15-
images_out_path = join(data_path, 'original_sequences2', 'raw', 'images')
15+
images_out_path = join(data_path, 'original_sequences', 'raw', 'images')
1616
downloaded_videos_path = join(data_path, 'downloaded_videos')
1717

1818
for video_id in tqdm(sorted(os.listdir(downloaded_videos_path))):

0 commit comments

Comments
 (0)