Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
71e4a91
1
Parent(s):
789758e
print the time start to export video
Browse files
app.py
CHANGED
@@ -593,7 +593,7 @@ def demo_lhm(pose_estimator, face_detector, lhm, cfg):
|
|
593 |
|
594 |
def core_fn_export(image, video_params, working_dir):
|
595 |
rgb, dump_image_path, dump_video_path = core_fn(image=image, video_params=video_params, working_dir=working_dir)
|
596 |
-
|
597 |
images_to_video(
|
598 |
rgb,
|
599 |
output_path=dump_video_path,
|
|
|
593 |
|
594 |
def core_fn_export(image, video_params, working_dir):
|
595 |
rgb, dump_image_path, dump_video_path = core_fn(image=image, video_params=video_params, working_dir=working_dir)
|
596 |
+
print("start to export the video.")
|
597 |
images_to_video(
|
598 |
rgb,
|
599 |
output_path=dump_video_path,
|