summaryrefslogtreecommitdiff
path: root/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'run.py')
-rw-r--r--run.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run.py b/run.py
index 55aa30f..f276e86 100644
--- a/run.py
+++ b/run.py
@@ -94,6 +94,7 @@ else:
tree = process_tree(moduleNetwork, tensorInputFirst, tensorInputSecond, tensorOutput, arguments_steps)
outputPath = './renders/' + arguments_strVideoOut
print('writing {}'.format(outputPath))
+ print('frames: {}'.format(len(tree)))
writer = FFMPEG_VideoWriter(outputPath, (1024, 512), 25)
writer.write_frame(inputFirst)
for frame in tree: