face-alignment
face-alignment copied to clipboard
Binary feature dimension problem
I am trying to run the code using the trained model. But I get N X 5429 binary features (N is the number of my images) after I run the first stage: binfeatures = derivebinaryfeat(randf{min(s, params.max_numstage)}, Data, Param, min(s, params.max_numstage));
From the model i get Ws of the first stage is 10845X136. Apparently they do not match thus I could not get it through?
Could you please give me some hints on this issue?
you may need to revise the config_te.m so as to use the model file. The reference is in folder models