StyleGene / configs.py
wmpscc
update
c365d69
raw
history blame contribute delete
No virus
457 Bytes
path_ckpt_landmark68 = "checkpoints/shape_predictor_68_face_landmarks.dat.bz2"
path_ckpt_e4e = "checkpoints/e4e_ffhq_encode.pt"
path_ckpt_stylegan2 = 'checkpoints/stylegan2-ffhq-config-f.pt'
path_ckpt_stylegene = "checkpoints/stylegene_N18.ckpt"
path_ckpt_fairface = 'checkpoints/res34_fair_align_multi_7_20190809.pt'
path_ckpt_genepool = "checkpoints/geneFactorPool.pkl"
path_csv_ffhq_attritube = 'data/fairface_gender_angle.csv'
path_dataset_ffhq = None