diff options
| author | jules@lens <julescarbon@gmail.com> | 2018-05-12 17:12:52 +0200 |
|---|---|---|
| committer | jules@lens <julescarbon@gmail.com> | 2018-05-12 17:12:52 +0200 |
| commit | 6936bc5f027a9a235802af3ffb5ac8cd39346c7c (patch) | |
| tree | 6940cabe64a4b2bdaa69e4fe5ec98f080cd12be9 /run-torchwarp.sh | |
| parent | bfe8edede5e38f9aeea70a81d634ad2030fad358 (diff) | |
scripts
Diffstat (limited to 'run-torchwarp.sh')
| -rwxr-xr-x | run-torchwarp.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-torchwarp.sh b/run-torchwarp.sh index 56f3cfd..1917b80 100755 --- a/run-torchwarp.sh +++ b/run-torchwarp.sh @@ -10,6 +10,7 @@ convert -verbose $1_1.png PNG24:${BASENAME}_normalized_1.png SEQUENCE=`seq 0.00 0.05 1.00` for scale in $SEQUENCE; do + scale="${scale/,/.}" echo $scale th torch_warp.lua \ -flow_file $BASENAME/backward_1_0.flo \ |
