summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--process-sequences.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/process-sequences.sh b/process-sequences.sh
index c3f606c..1fe9336 100644
--- a/process-sequences.sh
+++ b/process-sequences.sh
@@ -7,7 +7,7 @@ function process() {
--first "../pix2pixhd/sequences/$sequence_a/" \
--second "../pix2pixhd/sequences/$sequence_b/" \
--steps 16 \
- --dilate 8 \
+ --dilate 4 \
--video-out "morph_dilate_video_${sequence_a}.mp4"
scp renders/* jules@lmno:asdf/neural/morph/
}
@@ -24,13 +24,12 @@ function process_self() {
--b-offset "$b_offset" \
--steps 8 \
--dilate 8 \
- --video-out "morph_dilate_self_$b_offset_${sequence_a}.mp4"
+ --video-out "morph_dilate_self_${b_offset}_${sequence_a}.mp4"
scp renders/* jules@lmno:asdf/neural/morph/
}
-process stunning_blooming_flowers_relax_music_2_hours_timelapse_color_therapy_sleep_music_hd_1080p growth_of_plants_in_slow_motion
-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 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_self wood 0 25
process_self wood 0 250