Spaces:
Runtime error
Runtime error
xinyuanc91
commited on
Commit
β’
f26051c
1
Parent(s):
656acc9
Update image_to_video/__init__.py
Browse files
image_to_video/__init__.py
CHANGED
@@ -148,7 +148,7 @@ def get_input(path,args):
|
|
148 |
])
|
149 |
temporal_sample_func = video_transforms.TemporalRandomCrop(args.num_frames * args.frame_interval)
|
150 |
if input_path is not None:
|
151 |
-
print(f'loading
|
152 |
if os.path.isdir(input_path):
|
153 |
file_list = os.listdir(input_path)
|
154 |
video_frames = []
|
|
|
148 |
])
|
149 |
temporal_sample_func = video_transforms.TemporalRandomCrop(args.num_frames * args.frame_interval)
|
150 |
if input_path is not None:
|
151 |
+
print(f'loading image from {input_path}')
|
152 |
if os.path.isdir(input_path):
|
153 |
file_list = os.listdir(input_path)
|
154 |
video_frames = []
|