From 28cdb53b65c11254a1855657af73a623d2cc290a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 25 Jun 2018 15:40:30 +0200 Subject: go hey --- run.py | 1 + 1 file changed, 1 insertion(+) (limited to 'run.py') 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: -- cgit v1.2.3-70-g09d2