/cgan-entropy

Primary LanguagePythonOtherNOASSERTION

entropy-gan

CS 236 Project.

  1. Download dataset from cohn-kanade+.

  2. Face Alignment (Square Cropping/Greyscale RGB conversion included in transforms)

python preprocessing/face_alignment.py

  1. Run DCGAN Baseline

python cdgan_new.py

TODO (evazhang612): patch batch size issues.