Created
October 14, 2018 02:04
-
-
Save SunXiaoShan/077e6c668f5c0e5e028251ed148385f2 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
let noseOptions = ["π", "π½", "π§", " "] | |
let eyeOptions = ["π", "π", "π", "π₯", "β½οΈ", "π", " "] | |
let mouthOptions = ["π", "π ", "β€οΈ", " "] | |
let hatOptions = ["π", "π©", "π§’", "β", "π", " "] | |
let features = ["nose", "leftEye", "rightEye", "mouth", "hat"] | |
let featureIndices = [[9], [1064], [42], [24, 25], [20]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment