diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-01 13:09:18 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-01 13:09:18 +0200 |
| commit | 6d37dbf479a1a9e78d5649329f2a8f6302367c4d (patch) | |
| tree | c5874949af6a715f10ed153e5b1010bd6df3314f /run.py | |
| parent | c86b54b92b70b8a19afa8bc756367dd44298562b (diff) | |
endswith
Diffstat (limited to 'run.py')
| -rw-r--r-- | run.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ def dilate_frames(moduleNetwork, tensorOutput, frames, dilate): return new_frames def store_frames(frames, outputPath, opt, inputFirst=None, inputSecond=None): - if not outputPath.endsWith('.mp4'): + if not outputPath.endswith('.mp4'): outputPath += '.mp4' print('writing {}'.format(outputPath)) print('frames: {}'.format(len(frames))) |
