weiyt2014

Results 31 comments of weiyt2014

yes.The problems is always ocucured.And I try long but I haven't found solutions. I need some instruction.Thanks very much.

Error in derivebinaryfeat (line 15) dims_binfeat = 0; Error in train_model (line 201) binfeatures = derivebinaryfeat(randf{s}, Data, Param, s);

The step of "train random forests for landmarks"is success, The step of "extract local binary features" is failed,because "Output argument "binfeatures" (and maybe others) not assigned during call to "D:\Program...

The problem is found.The code of dereivebinaryfeat.mat is not executed from "Line 104~Line 150",namely, The code between "parfor i = 1:dbsize*(params.augnumber)"and "end" is skipped.So binfeatures is not assigned. The code...

imgpathlistfile = strcat('G:\Code\2014-10-8\face-alignment-master\Database\trainset', dbnames(i), '\Path_Images.txt'); how to get “Path_Images.txt”?Database find the file!

I'm sorry to interupt you again! I have also two problems. First, loadsamples.m "function [Data, bboxes] = loadsamples(imgpathlistfile, exc_setlabel)" need to return [[Data, bboxes],but the value of [bboxes and Data]...

It's also a problem. "Undefined function 'randsparse' for input arguments of type 'double'. Error in globalregression (line 78) w0=randsparse(n,k); Error in train_model (line 212) [W, Data] = globalregression(binfeatures, Data, Param,...

I'm sorry to interupt you again! I have also two problems. First, the detaset 'lfpw'has trainset and testset ,whether the "Path_Images.txt" include the trainset and testset? Or "Path_Images1.txt" is trainset...

test_model.m the line 129-130 "randf = LBFRegModel.ranf; Ws = LBFRegModel.Ws;" Why "not enough input arguments"?train.model.m has obtained " LBFRegModel.ranf = randf; LBFRegModel.Ws = Ws;" I hope to know how to...

I'm sorry to interrupt you again!I hope to know whether you train to get LBFRegModel? My result isn't good! If you obtain a LBFRegModel, can I use it to test...