yfeng95 / face3d

Python tools for 3D face: 3DMM, Mesh processing(transform, camera, light, render), 3D face representations.
2.64k stars 609 forks source link

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

Open mumuyanyan opened 4 years ago

mumuyanyan commented 4 years ago

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]?

ReverseSystem001 commented 4 years ago

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

varunszapp commented 4 years ago

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?

Robot000 commented 4 years ago

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...

ReverseSystem001 commented 4 years ago

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 邮箱:892379162@qq.com 签名由 网易邮箱大师 定制 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.

tetterl commented 4 years ago

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

kj96 commented 4 years ago

Here #68

Rubikplayer commented 3 years ago
# 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 .
mdja commented 3 years ago

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?