face3d
face3d copied to clipboard
[Face Profiling] and [3DDFA] and [HPEN]
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]?
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
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?
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 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.
@Robot000 @varunszapp @ReverseSystem001 @mumuyanyan does anyone of you have a valid link to the HPEN dataset?
Here #68
# 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 .
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?