twyt

Results 3 issues of twyt

As I haven't done face alignment before,so I don't know where is the start-stop of test time consumption, could you mark it in the code of test_model with tic and...

params.radius = ([0:1/30:1]'); params.angles = 2_pi_[0:1/36:1]'; if we don't use polar coordinates but rectangular coordinate to solve the region radius,how we can do it

if size(img_region, 3) == 1 Data{i}.img_gray = img_region; else Data{i}.img_gray = rgb2gray(img_region); end problem:You store all the sample data, the data is too large,which will cause be out of memory?