weiyt2014
weiyt2014
I have a problem about "LoadData(testdatapath, test_images, test_ground_truth_shapes, test_bounding_boxs)" and "LoadOpencvBbxData(testdatapath, test_images, test_ground_truth_shapes, test_bounding_boxs);". The two functions are to load images and prepared for alignment. The helen_teset datasets have 330...
博主,你好! 请教一些问题 我用 “loading test :2500 train num:3433, pos is 1185 test num:252”训练 我运行到这个函数 void LBFRegressor::Train(const vector& images, const vector& ground_truth_shapes, const vector& ground_truth_faces, const vector & bounding_boxs) 里面的images的尺寸是3433,我运行到i是2112的时候,程序就跳出不执行了 后面的训练过程,执行不了...
test and train code seems nothing?
Now, the code is normal running.But I found your databases include the file" _.pts".Because our databases don't have the file "_.pts",Can I use your test_model.m to realise face-alignment? If poosible,how...
In globalpredicition.m,"drawshapes(Te_Data{k}.img_gray, [Te_Data{k}.shape_gt Te_Data{k}.intermediate_shapes{1}(:,:, s) shape_newstage]);" Te_Data{k}.shape_gt ,if it not exists,how to get the landmarks points?
Recently,I have been read your code!The code has realise 68 feature landmarks alignment,but the whole face don't follow the 68 feature landmarks aligement to realise face alignment.How to realise it?And...
3000FPS is mentioned in the paper.But I run the code to test the efficient.The code deal with 224 images needing 5 minuters.I feel the efficient cann't meet our need.I feel...
load('Ts_bbox.mat').Is the file of "Ts_bbox.mat" lost? Or how to create "Ts_bbox.mat"?