summaryrefslogtreecommitdiff
path: root/run-torchwarp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-torchwarp.sh')
-rwxr-xr-xrun-torchwarp.sh1
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 \