Created
December 19, 2018 18:05
-
-
Save RyotaBannai/b8ad806c91c436e492d969ee102fddf5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
truncated = faces.data[:500] # 500 *2914 Matrix | |
average_face = truncted.mean(axis=0) | |
face_data = truncted - average_face |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment