diff options
Diffstat (limited to 'process-sequences.sh')
| -rw-r--r-- | process-sequences.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/process-sequences.sh b/process-sequences.sh index d652fad..d41dd9f 100644 --- a/process-sequences.sh +++ b/process-sequences.sh @@ -3,7 +3,7 @@ function process() { sequence_b="$2" rm renders/* python run.py \ - --mix-videos \ + --mix-videos True \ --first "../pix2pixhd/sequences/$sequence_a/" \ --second "../pix2pixhd/sequences/$sequence_b/" \ --steps 128 \ @@ -16,7 +16,7 @@ function process_self() { b_offset="$3" rm renders/* python run.py \ - --mix-videos \ + --mix-videos True \ --first "../pix2pixhd/sequences/$sequence_a/" \ --second "../pix2pixhd/sequences/$sequence_b/" \ --a-offset "$a_offset" \ |
