Home

Awesome

<p align="center"> HD CelebA Cropper

CelebA dataset provides an aligned set img_align_celeba.zip. However, the size of each aligned image is 218x178, so the faces cropped from such images would be even smaller!

Here we provide a code to obtain higher resolution face images, by cropping the faces from the original unaligned images via 68 landmarks.

We also use a deep image quality assessment method to evaluate and rank the cropped image quality in scores.txt, lower score the better.

Cropped Faces (512x512)

Notice: There are still some low resolution cropped faces since the corresponding original images are low resolution.

<p align="center"> <img src="./pics/1.jpg" width="49.5%"> <img src="./pics/2.jpg" width="49.5%"> <img src="./pics/3.jpg" width="49.5%"> <img src="./pics/4.jpg" width="49.5%"> </p>

Usage