nurlanov-zh / 3d-face-reconstruction

3D Face Reconstruction from RGBD data, and Deformation Transfer
11 stars 2 forks source link

Is there any data link about the face? #1

Open wangmiaowei opened 3 years ago

wangmiaowei commented 3 years ago

Thanks for your esteemed work. Is there any data link about the face?

JungShinPlusPlus commented 1 year ago

Same here.

There seem to be many files associated with this which are not part of the repo Is there a way to get these files?

const std::string NEUTRAL_FACE_NAME = "/averageMesh.off"; const std::string KINECT_DATA_NAME = "/kinectdata.off"; const std::string SHAPE_BASIS_NAME = "/ShapeBasis.matrix"; const std::string SHAPE_BASIS_DEV_NAME = "/StandardDeviationShape.vec"; const std::string EXP_BASIS_NAME = "/ExpressionBasis.matrix"; const std::string EXP_BASIS_DEV_NAME = "/StandardDeviationExpression.vec"; const std::string ALBEDO_BASIS_NAME = "/AlbedoBasis.matrix"; const std::string ALBEDO_BASIS_DEV_NAME = "/StandardDeviationAlbedo.vec"; const std::string SPARSE_CORR_NAME = "/sparse.corr"; const std::string PROCRUSTES_NAME = "/procrustes.off"; const std::string ASSIGNED_LANDMARKS_NAME = "/assigned_landmarks.txt"; const std::string RGBD_DIR = "/RGBD";

Thank you

WuhaoTan commented 4 months ago

Is there a way to get these files?