Jianwei Yang

Results 71 comments of Jianwei Yang

please see line 163 in train.lua

yes, you should. change #(label_gt_table_table[i]) to 4 in your case. Also take care of label_gt_tensor_table and label_gt_table_table at line 161 and 162, respectively.

Hi, @TrueBlue10 I think it could be caused by the incorrect format of 'imgpathlistfile'? It should be cell data, looks like {'lfw'} or so. Did you use the same format?

Hi, @TrueBlue10 , as mentioned in the readme file, *_fitgeotrans *_ command may not be supported for soime versions of matlab, I think you may need to do following alternations:...

Hi, thanks for letting me know the issues. Did you tried matlabpool('open','local',4) or so? If both do not work, it seems that you Matlab might not be fully installed. In...

sure, I will check that, will let you know what happened

you can calculate the rectangular coordinate according following formulas: (1) x = radius \* cos(angle); (2) y = radius \* sin(angle); At 2014-10-28 09:38:03, "twyt" [email protected] wrote: params.radius = ([0:1/30:1]');...

it is determined empiracally, not like the paper using cross-validation. At 2014-10-28 13:42:35, "twyt" [email protected] wrote: params.radius = ([0:1/30:1]'); params.angles = 2_pi_[0:1/36:1]'; how we determine the spacing of the radius...

Well, it is determined by considering the time cost and performance. Actually, I did not pay much attention to this parameter. 在 2014-10-28 13:56:25,"twyt" [email protected] 写道: how we determine the...

you can change the max radius parameter in config_tr.m, then split the original training dataset to training and development datasets. find the best radius which corresponding lowest error. this is...