face3d icon indicating copy to clipboard operation
face3d copied to clipboard

no pncc_code.mat

Open yfy1127yfy opened this issue 6 years ago • 9 comments

hello, bro: Project is interesting! But when I followed Data/BFM/readme.md step by step in Matlab,there was an error : Error in generate (line 100) copyfile('3ddfa/pncc_code.mat', 'Out/pncc_code.mat')

But, Out/BFM.mat, Out/BFM_info.mat, Out/BFM_UV.mat, Out/pncc_code.mat were generated. Is that ok to go on?

yfy1127yfy avatar Jul 26 '18 05:07 yfy1127yfy

I met the same problem. Have you solved it? @YadiraF @yfy1127yfy

gsygsy96 avatar Nov 30 '18 08:11 gsygsy96

I also encountered this problem.

yhs95 avatar Nov 30 '18 12:11 yhs95

In another issued, author has mentioned that this is just a file to save something (I forgot >_< ). So I think the last line in generate.m maybe could be deleted. @yhs95

gsygsy96 avatar Dec 01 '18 14:12 gsygsy96

I ignored it. line 60 : copyfile('3ddfa/vertex_code.mat', 'Out/pncc_code.mat') There is a "pncc_code.mat" before line 100 @mehameha998 @yhs95 Whatever, it works.

yfy1127yfy avatar Dec 03 '18 02:12 yfy1127yfy

When I faced that error, there was already a "pncc_code.mat" file in the "Out" folder, so I copied it from it to the "3ddfa" folder and it worked!

emadeldeen24 avatar Jan 08 '19 13:01 emadeldeen24

Yes, the pncc_code.mat is copied in line 60:

copyfile('3ddfa/vertex_code.mat', 'Out/pncc_code.mat')

So copyfile('3ddfa/pncc_code.mat', 'Out/pncc_code.mat') in line 100 is not needed.

FelixFox avatar Feb 18 '19 12:02 FelixFox

When I faced that error, there was already a "pncc_code.mat" file in the "Out" folder, so I copied it from it to the "3ddfa" folder and it worked!

hello,i have a question,thank you to explain.i use 8_generate_posmap_300WLP.py to produce the images' uv map gt.but the way in the script only depend on the same BFM model,how can it represent other images? i think different image should has different BFM model to produce it's own uv map groundtruth.

WWWJL avatar Jul 08 '19 09:07 WWWJL

In another issued, author has mentioned that this is just a file to save something (I forgot >_< ). So I think the last line in generate.m maybe could be deleted. @yhs95 Yes, after the last line in generate.m was deleted, it works

jinxinbao avatar Apr 21 '20 11:04 jinxinbao

pncc_code.mat file https://drive.google.com/drive/folders/1lEc4TNBzArwP5jjRgqIDUJo7VCPMX4Kf?usp=sharing

t-qureshi avatar Jul 22 '20 07:07 t-qureshi