jwyang / jwyang/face-alignment
Binary feature dimension problem
Open
- Dominant language
- MATLAB
- Stars
- 321
- Forks
- 190
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.