Skip to content

Latest commit

 

History

History

data

A Summary of all items within this folder:

# The following items are already included: 
mean_deform.pt      # for Hair/shoulder deformation model 
u_full.pt           # Hair/shoulder deformation model 
transform.pkl       # downsample/upsample mesh from 5024 vertices to 314 vertices, for Spiralnet
head_temmplate.obj  # FLAME face model

# Yo need to download the following items
cvthead.pth                 # our pretrained CVT Head on VoxCeleb1
79999_iter.pth              # Face Parsing model from https://github.com/VisionSystemsInc/face-parsing.PyTorch
linear_hair.pth             # Hair/shoulder deformation model from ROME
rome.pth                    # pre-trained ROME, we will use its CNN feature extractor
generic_model.pkl               # FLAME model, obtained from https://flame.is.tue.mpg.de/
resnet50_scratch_weight.pth     # pretrained ResNet-50 on VGGFace2, for face identity loss
deca_model.tar                  # pre-trained DECA

Downloads

You can download all files by:

bash fetch_data.sh

This scripts will automatically download all required files

In case it doesn't work, you can also download each file separately from their project pages:

face parsing

You can also find this file at: face-parsing.PyTorch

ROME

You can also find all these files at: rome

DECA

FLAME

Face Identity Loss with pre-trained ResNet50 on VGGFace2