Skip to main content

Easy symmetrizer for an image contained face(s)

Project description

face-symmetrizer

  • Easy symmetrizer for an image contained face(s)

Install

pip install face_symmetrizer

How

  • First, load an image
from face_symmetrizer import FaceSym

f = FaceSym("img/two_people.jpg") # Image URL or local file path
# ATTR: ['image_location',
         'f_img', 'f_img_PIL', 'image_size',
         'face_locations', 'face_landmarks',
         'mid_face_locations', 'face_count']
  • Get & show a full image
f.get_full_image(show=True) #=> <PIL.Image.Image>

fig1

  • Get & show an image of a rectangle drawn around a face.
f.get_face_box_drawed_image(show=True) #=> <PIL.Image.Image>

fig2

  • Get & show cropped face(s)
f.get_cropped_face_images(show=True) #=> [<PIL.Image.Image>, ...]

fig3 fig4

  • Get & show symmetrized images (face: 0)
f.get_symmetrized_images(show=True, idx=0) #=> (left_cropped, left_cropped_inner, left_cropped_outer,
                                         right_cropped, right_cropped_inner, right_cropped_outer)

fig1

  • Get & show symmetrized images (face: 1)
f.get_symmetrized_images(show=True, idx=1)

fig1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

face_symmetrizer-1.0.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

face_symmetrizer-1.0-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page