face-alignment icon indicating copy to clipboard operation
face-alignment copied to clipboard

Binary feature dimension problem

Open ChrisYang opened this issue 11 years ago • 1 comments

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?

ChrisYang avatar Mar 29 '15 14:03 ChrisYang

you may need to revise the config_te.m so as to use the model file. The reference is in folder models

jwyang avatar Apr 01 '15 11:04 jwyang