Skip to content

Commit

Permalink
update data readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yfeng95 committed Jul 19, 2018
1 parent 2f11f34 commit 61de91a
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions examples/Data/BFM/readme.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
# Prepare BFM data

1. Download raw BFM model
website: https://faces.cs.unibas.ch/bfm/index.php?nav=1-0&id=basel_face_model.
copy 01_MorphabelModel.mat to raw/
1. Download raw BFM model
website: https://faces.cs.unibas.ch/bfm/index.php?nav=1-0&id=basel_face_model.
copy 01_MorphabelModel.mat to raw/

2. Download extra BFM information from 3DDFA(Face Alignment Across Large Poses: A 3D Solution).
website: http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm
copy *.mat to 3ddfa/
2. Download extra BFM information from 3DDFA(Face Alignment Across Large Poses: A 3D Solution).
website: http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm
download two files in [code]
copy *.mat to 3ddfa/

3. Download UV coordinates fom STN
website: https://github.com/anilbas/3DMMasSTN/blob/master/util/BFM_UV.mat
copy BFM_UV.mat to stn/
3. Download UV coordinates fom STN
website: https://github.com/anilbas/3DMMasSTN/blob/master/util/BFM_UV.mat
copy BFM_UV.mat to stn/

run generate.m in Matlab
4. run generate.m in Matlab

files will be saved in Out/

Files will be saved in Out/

Note:

Note: you need mkdir folders yourself, since I can not upload empty folder in github.
you need mkdir folders yourself, since I can not upload empty folder to github.



Expand Down

0 comments on commit 61de91a

Please sign in to comment.