yfeng95 / face3d

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

3ddfa/pncc_code.mat is not exitst #53

Open mrlinyj opened 5 years ago

mrlinyj commented 5 years ago

I load the data but not found pncc_code.mat

in generate.m line 100

minghaoPA commented 4 years ago

I also encountered this problem. Could you tell me how you solved this problem?

armstrong1972 commented 4 years ago

me too ! in "generate.m" file Line 60 : copyfile('3ddfa/vertex_code.mat', 'Out/pncc_code.mat') # Right Line 100 : copyfile('3ddfa/pncc_code.mat', 'Out/pncc_code.mat') # Error !!!

csyuhao commented 4 years ago

The last line in generate.m should be deleted. #4, #1