Jianwei Yang

Results 144 comments of Jianwei Yang

@fullfanta actually, I trained two models, one for face alignment given face region (i.e., rect), and the other one for face tracking given the shape from previous frame. These two...

you probably need to upgrade/change the gradio version.

Hi, @dongho-Han , I noticed that in your script you used TEST.BATCH_SIZE_TOTAL 8 on 4 GPUs, can you try change it to 4?

@akumar14 I am still working on it to obtain comparable performance as shown in the paper. There is some gap there in recent implementation.

@weiyt2014 , I am sorry that I do not understand your first question. As for the second question, rotateshape function is used for generate new training samples in the training...

You mean you want to do some image transformation given the landmarks? One method is to do triangulation according to the landmarks, and then conduct affine transformation for each triangular...

Sorry, I did not do this. At 2014-11-19 08:06:07, "weiyt2014" [email protected] wrote: Thanks very much!Yes,My meaning is so.Do your code realise the effect? At 2014-11-18 23:45:37, "jwyang" [email protected] wrote: You...

Hi, you can refer to the format of *.pts file in the dataset, e.g. lfpw. To obtain 68 points, you may need to modify the config_tr.m and config_te.m. Find command:...

Hi, the pts file in the test procedure is used for groundtruth for the evaluation of perfomance. Not only it is used to obtain face region, but also it is...

Actually, if you just want to get the landmarks for testing image, you just comment those codes for *.pts. At 2014-11-28 10:38:09, "weiyt2014" [email protected] wrote: how to obtain *.pts file...