forked from yfeng95/face3d
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
68 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +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/ | ||
|
||
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/ | ||
|
||
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 | ||
|
||
files will be saved in Out/ | ||
|
||
|
||
|
||
Note: you need mkdir folders yourself, since I can not upload empty folder in github. | ||
|
||
|
||
|
||
|
||
|