diff options
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 \ |
