diff options
Diffstat (limited to 'megapixels/commands/demo')
| -rw-r--r-- | megapixels/commands/demo/all.py (renamed from megapixels/commands/demo/3d_landmark_anim.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/megapixels/commands/demo/3d_landmark_anim.py b/megapixels/commands/demo/all.py index 22e09297..e447492b 100644 --- a/megapixels/commands/demo/3d_landmark_anim.py +++ b/megapixels/commands/demo/all.py @@ -184,7 +184,7 @@ def cli(ctx, opt_fp_in, opt_fp_out, opt_gpu, opt_gif_frames, draw_utils.draw_degrees(im_pose, pose_data) # draw animated GIF - im = Image.open(opt_fp_out) + im = Image.open(fp_out) im_frames = [] duration = im.info['duration'] try: |
