From 8b1789d3d5bf3fb69e3c7e6cca1be79fdd823900 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 25 Jun 2018 19:45:48 +0200 Subject: smooth sequences --- process-sequences.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/process-sequences.sh b/process-sequences.sh index 1410848..c7599e2 100644 --- a/process-sequences.sh +++ b/process-sequences.sh @@ -7,9 +7,9 @@ function process() { --first "../pix2pixhd/sequences/$sequence_a/" \ --second "../pix2pixhd/sequences/$sequence_b/" \ --steps 8 \ - --dilate 32 \ + --dilate 128 \ --smooth True \ - --video-out "morph_dilate_32_smooth_${sequence_a}.mp4" + --video-out "morph_dilate_64_smooth_${sequence_a}.mp4" scp renders/* jules@lmno:asdf/neural/morph/ } function process_self() { @@ -24,14 +24,14 @@ function process_self() { --a-offset "$a_offset" \ --b-offset "$b_offset" \ --steps 8 \ - --dilate 32 \ + --dilate 64 \ --smooth True \ - --video-out "morph_dilate_32_smooth_self_${b_offset}_${sequence}.mp4" + --video-out "morph_dilate_64_smooth_self_${b_offset}_${sequence}.mp4" scp renders/* jules@lmno:asdf/neural/morph/ } # process wood dji_phantom_3_drone_flying_the_blue_ridge_mountains_ -# process a_walk_around_canary_wharf_spring_afternoon_in_london london_walk_around_the_roof_garden_of_crossrail_place_in_canary_wharf +process a_walk_around_canary_wharf_spring_afternoon_in_london london_walk_around_the_roof_garden_of_crossrail_place_in_canary_wharf process_self wood 0 25 process_self wood 0 250 -- cgit v1.2.3-70-g09d2