diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 18:14:59 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 18:14:59 +0200 |
| commit | c6fcddceca1a61c08a0ae94d17395d9a8462f6bf (patch) | |
| tree | 1d29c757348ad949231b2fc0251fc44a67c0df82 | |
| parent | 668094072037d4f0b3ed218859af8a17a50285f5 (diff) | |
process sequences
| -rw-r--r-- | run.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
