diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 18:06:20 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 18:06:20 +0200 |
| commit | df32a7acda9cada817dcb7730b2d7d4335646c51 (patch) | |
| tree | 3c402395e3ab015b612617db7eea2e0bb51536a2 /process-sequences.sh | |
| parent | c70be5066056b497c9ffdaa98ec7f01623cc5066 (diff) | |
process sequences
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" \ |
