Skip to content

Commit

Permalink
Update align_images.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shawwn committed Jul 29, 2019
1 parent 6158e53 commit ea6a49f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions align_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ def unpack_bz2(src_path):
face_img_name = '%s_%02d.png' % (os.path.splitext(img_name)[0], i)
aligned_face_path = os.path.join(ALIGNED_IMAGES_DIR, face_img_name)
image_align(raw_img_path, aligned_face_path, face_landmarks, output_size=args.output_size, x_scale=args.x_scale, y_scale=args.y_scale, em_scale=args.em_scale, alpha=args.use_alpha)
print('Wrote result %s' % aligned_face_path)

0 comments on commit ea6a49f

Please sign in to comment.