summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-25 15:40:30 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-25 15:40:30 +0200
commit28cdb53b65c11254a1855657af73a623d2cc290a (patch)
treedb60e1a92051e1675f5f3e288b17182616283ad1
parentd9cc9031d60d09f62e14232d94e5cd343b2485fe (diff)
go hey
-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: