Skip to content

Commit

Permalink
fix pncc data
Browse files Browse the repository at this point in the history
  • Loading branch information
yfeng95 committed Jul 20, 2018
1 parent b4731a2 commit 305a7dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/Data/BFM/generate.m
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
model_info.parallel = parallel;
model_info.parallel_face_contour = parallel_face_contour;

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

%% load 3DMMasSTN UV coords
load('stn/BFM_UV.mat');
uv_coords = UV(trimIndex, :)';
Expand Down Expand Up @@ -88,7 +91,7 @@
model_info.tri_mouth = tm_inner;
model.tri_mouth = tm_inner;

%% show
% save
clearvars -except model model_info UV

save 'Out/BFM.mat' model
Expand Down

0 comments on commit 305a7dd

Please sign in to comment.