face3d icon indicating copy to clipboard operation
face3d copied to clipboard

3ddfa/pncc_code.mat is not exitst

Open mrlinyj opened this issue 5 years ago • 3 comments

I load the data but not found pncc_code.mat

in generate.m line 100

mrlinyj avatar Aug 27 '19 08:08 mrlinyj

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

minghaoPA avatar Sep 10 '19 22:09 minghaoPA

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

armstrong1972 avatar Oct 23 '19 04:10 armstrong1972

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

csyuhao avatar Jun 19 '20 08:06 csyuhao