lsfm icon indicating copy to clipboard operation
lsfm copied to clipboard

Large Scale Facial Model (LSFM) - an automatic pipeline for constructing 3D Morphable Models from large collections of facial meshes

Results 28 lsfm issues
Sort by recently updated
recently updated
newest added

I am very interested in your excellent work and i can run, but the components are too few, and it displays as follow: retaining 99.7% of eigenvalues keeps 8 components...

/home/parallels/anaconda3/envs/lsfm/lib/python3.5/site-packages/menpo3d/io/input/mesh/base.py:53: UserWarning: texture was found, but no tcoords were recovered, reverting to an untextured mesh. warnings.warn('texture was found, but no tcoords were recovered, ' Traceback (most recent call last): File...

I used over 1200 meshes to train lsfm, however I got only 4 components. Over 50 persons with different expressions were used. Visualizations of landmarks seem OK. Any ideas about...

I an very interested in your nice work, but when i run ,i have a problem. my input dir is ply file and png, it displayed as follows Input directory...

Hi James, In certain cases the codes returns an error, _"MenpoDeprecation (Warning) ST_0015 - FAILED TO CORRESPOND: Expected to find one face - found 0"_ The input face is in...

hello, lstm is a excellent work! And i want use this face model to train an end to end network like improved 3ddfa, can you share lsfm model with me?...

I'm interested in your work, and i first try i can run the code,but a second try i failed. the mistake is : lsfm: command not found. thanks for you...

Hi, I tested our pipeline providing with a single mesh, however, I encountered `ValueError: Tried setting n_active_components to 0.985 - value needs to be a float 0.0 < n_components <...

Thanks for your code. I want to ask about the format of input.In the lsfm,inputs are .obj flie and its texture .jpg file.but i only have an .obj file which...

When I run ```lsfm -i ./input_dir -o ./output_dir``` I get the following error: ``` ... RuntimeWarning: invalid value encountered in true_divide C = np.dot(X, X.conj().T) / (n - 1) ......