summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-25 18:14:59 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-25 18:14:59 +0200
commitc6fcddceca1a61c08a0ae94d17395d9a8462f6bf (patch)
tree1d29c757348ad949231b2fc0251fc44a67c0df82
parent668094072037d4f0b3ed218859af8a17a50285f5 (diff)
process sequences
-rw-r--r--run.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run.py b/run.py
index 779eb2c..7726f59 100644
--- a/run.py
+++ b/run.py
@@ -58,6 +58,7 @@ index = 0
def recurse_two_frames(moduleNetwork, tensorOutput, a_np, b_np, frame_index, morph_index, step, depth=0):
step /= 2
+ print("generate {} {} {}".format(frame_index, morph_index, step))
tensorInputFirst = torch.FloatTensor(a_np)
tensorInputSecond = torch.FloatTensor(b_np)