We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2d6cb commit 10651aaCopy full SHA for 10651aa
dataset/generate_original_images_from_downloaded_videos.py
@@ -12,7 +12,7 @@
12
13
14
def extract_sequences(data_path, **kwargs):
15
- images_out_path = join(data_path, 'original_sequences2', 'raw', 'images')
+ images_out_path = join(data_path, 'original_sequences', 'raw', 'images')
16
downloaded_videos_path = join(data_path, 'downloaded_videos')
17
18
for video_id in tqdm(sorted(os.listdir(downloaded_videos_path))):
0 commit comments