face-alignment
face-alignment copied to clipboard
Face alignment in 3000 FPS
Hi, your code has been very helpful to me! Thank you for your contribution! I have got your code running with afw dataset and the result is good. However, I...
Hi, Thank you for the code! It has been very useful to me. But I have run into a snag and I was hoping you can help. I have been...
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...
Hi Thanks for you work. I have tested your code and it works fine. I also downloaded your the LBFRegModel_best.mat file. It seem like the structure is quit different for...
Hi, Thanks for your work ! Here are my questions : - How did you determine "params.max_raio_radius" values? Did you do a cross-validation at some point ? - How did...
Hi, may I ask what's your training set when training the model downloaded from http://pan.baidu.com/s/1i325Rbn and are the corresponding parameters setting in the file 'models/config_te_best.txt'?
Greetings I have implemented code for testing in C++ opencv. Results are as good as your matlab implementation. My concern is that it consumes around 0.5sec per image in C++....
I am trying to run the code using the trained model. But I get N X 5429 binary features (N is the number of my images) after I run the...
I tried your program for face tracking. First, I assumed that one single image is given continuously like a video. At the first frame, the alignment was successful because it...
Dear @jwyang I downloaded the program and tested. It works good. But, I found a problem in the function splitnode() in train_randomfs.m There's code to get image index for the...