diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 15:49:53 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 15:49:53 +0200 |
| commit | 9f551f37c4e9912340557d4613661f502241c50e (patch) | |
| tree | c77ba5255921cae839a56ff8619fe29b11052e29 | |
| parent | ceda46deb5b7480a1a4941362231e0f3ee7082f9 (diff) | |
process script
| -rw-r--r-- | process.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ function process() { sequence="$1" rm renders/* - python run.py --first "../pix2pixhd/sequences/$sequence/frame_00300.png" --second "../pix2pixhd/sequences/$sequence/frame_6300.png" --steps 128 --video-out "morph_${sequence}.mp4" + python run.py --first "../pix2pixhd/sequences/$sequence/frame_00300.png" --second "../pix2pixhd/sequences/$sequence/frame_06300.png" --steps 128 --video-out "morph_${sequence}.mp4" scp renders/* jules@lmno:asdf/neural/morph/ } |
