Open rkdevelop opened 6 years ago
Before running the code, you need to initialize the datasets through LBP and pose. The part of obtaining LBP is given in the code. The process of obtaining LBP is as follows: % IsTrlbp = lbp(IsTr(num)); % faceTr = getface(IsTrlbp,bboxesTr); % faceTrlbpHist = getlbpHist(faceTr(num)); ∗The part of COFW can be found at https://pan.baidu.com/s/1T2nAwwOi66RJQg_UEXfciQ with the password, loov.
I tried to run this code but I got so many errors in "lbp.m" file error of getlbp when there is no file with a name getlbp.m Resolve this issue and please forward the running code.