diff options
| author | adamhrv <adam@ahprojects.com> | 2019-01-07 11:04:11 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-01-07 11:04:11 +0100 |
| commit | a41bc5651c2b1bcc8aad32fcc300474a46d62f7b (patch) | |
| tree | 553b2c6f1c41c470cd11582021ca5c4e2a1f9869 /megapixels/commands | |
| parent | 5e5a7d09774bde195fe31ae143704eb124a764ac (diff) | |
change name
Diffstat (limited to 'megapixels/commands')
| -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: |
