From 527c9825e1d29264b61ed980ab785b43a9fe0b32 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 25 Jun 2018 19:33:50 +0200 Subject: smooth sequences --- run.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.py b/run.py index d004ed0..ebaff37 100644 --- a/run.py +++ b/run.py @@ -200,6 +200,7 @@ elif arguments_mixVideos: outputPath = './renders/' + arguments_strVideoOut frames = process_two_videos(moduleNetwork, tensorOutput, arguments_strFirst, arguments_strSecond, arguments_aOffset, arguments_bOffset, arguments_steps, arguments_dilate) frames = smooth_frames(moduleNetwork, tensorOutput, frames, arguments_smooth) + print("dilate... {}".format(arguments_dilate)) frames = dilate_frames(moduleNetwork, tensorOutput, frames, arguments_dilate) store_frames(frames, outputPath) elif arguments_steps == 0: @@ -216,5 +217,6 @@ else: outputPath = './renders/' + arguments_strVideoOut frames = process_tree(moduleNetwork, inputFirst, inputSecond, tensorOutput, arguments_steps * arguments_dilate, arguments_dilate) frames = smooth_frames(moduleNetwork, tensorOutput, frames, arguments_smooth) + print("dilate... {}".format(arguments_dilate)) frames = dilate_frames(moduleNetwork, tensorOutput, frames, arguments_dilate) store_frames(frames, outputPath, inputFirst, inputSecond) -- cgit v1.2.3-70-g09d2