face3d icon indicating copy to clipboard operation
face3d copied to clipboard

[Face Profiling] and [3DDFA] and [HPEN]

Open mumuyanyan opened this issue 4 years ago • 8 comments

Download extra BFM information from 3DDFA(Face Alignment Across Large Poses: A 3D Solution) and HFPE(High-Fidelity Pose and Expression Normalization for Face Recognition in the Wild)

website: http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm

download [Face Profiling] and [3DDFA]

website: http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/HPEN/main.htm

download [HPEN]

copy *.mat to 3ddfa/

i have questions. should we create four folders [Face Profiling], [3DDFA], [HPEN] and [3ddfa]? and should we copy *.mat in [HPEN] to [3ddfa]?

mumuyanyan avatar Oct 08 '19 10:10 mumuyanyan

Download extra BFM information from 3DDFA(Face Alignment Across Large Poses: A 3D Solution) and HFPE(High-Fidelity Pose and Expression Normalization for Face Recognition in the Wild)

website: http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm

download [Face Profiling] and [3DDFA]

website: http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/HPEN/main.htm

download [HPEN]

copy *.mat to 3ddfa/

i have questions. should we create four folders [Face Profiling], [3DDFA], [HPEN] and [3ddfa]? and should we copy *.mat in [HPEN] to [3ddfa]?

there is no need to do so

ReverseSystem001 avatar Oct 23 '19 03:10 ReverseSystem001

The folders [Face Profiling], [3DDFA], [HPEN] consist of a lot of .mat files (also within subdirectories) are we supposed to copy each and every one of them? Could you list the files in your [3ddfa] folder and paste the output here for clarity?

varunszapp avatar Dec 11 '19 11:12 varunszapp

The folders [Face Profiling], [3DDFA], [HPEN] consist of a lot of .mat files (also within subdirectories) are we supposed to copy each and every one of them? Could you list the files in your [3ddfa] folder and paste the output here for clarity?

Do you have the mats from HPEN? The download link is invalid now...

Robot000 avatar Jan 19 '20 08:01 Robot000

you can copy all of the .mat file  although not all of them are useful in here.   about the hpen dataset,you can stract from the 300WLP or simply seach on the internet 892379162 邮箱:[email protected] 签名由 网易邮箱大师 定制 On 01/19/2020 16:05, Robot000 wrote: The folders [Face Profiling], [3DDFA], [HPEN] consist of a lot of .mat files (also within subdirectories) are we supposed to copy each and every one of them? Could you list the files in your [3ddfa] folder and paste the output here for clarity? Do you have the mats from HPEN? The download link is invalid now... — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

ReverseSystem001 avatar Jan 19 '20 08:01 ReverseSystem001

@Robot000 @varunszapp @ReverseSystem001 @mumuyanyan does anyone of you have a valid link to the HPEN dataset?

tetterl avatar Feb 13 '20 16:02 tetterl

Here #68

kj96 avatar Feb 25 '20 11:02 kj96

# download those codes and data
# ...

# copy them into appropriate location
cd face3d/examples/Data/BFM
mkdir 3ddfa
cd 3ddfa
cp ./3DDFA_Release/Matlab/ModelGeneration/model_info.mat .
cp ./3DDFA_Release/Matlab/Model_Expression.mat .
cp ./FaceProfilingRelease_v1.1/FaceProfilingRelease/Model_tri_mouth.mat .
cp ./FaceProfilingRelease_v1.1/FaceProfilingRelease/Model_face_contour_trimed.mat .
cp ./CVPR2015_HPEN/High-Fidelity_PEN/Modelplus_nose_hole.mat .
cp ./CVPR2015_HPEN/High-Fidelity_PEN/Modelplus_parallel.mat .
cp ./3DDFA_Release/Matlab/vertex_code.mat .

Rubikplayer avatar Oct 22 '20 04:10 Rubikplayer

I get error when running generate.m " Error in generate (line 100) copyfile('3ddfa/pncc_code.mat', 'Out/pncc_code.mat') "

I didn't find pncc_code.mat in 3ddfa folders after copying *.mat from various projects mentioned above. Where can I get it?

mdja avatar Jun 02 '21 06:06 mdja