-
Hi, thanks for posting the code for the face alignment training, really appreciate the awesome work!
I'm trying to simply recreate the training results for my own understanding, although I'm having…
-
when i run this command
python main.py --input_dir ffhq_image --im_path1 source.png --im_path2 target.png --output_dir style_your_hair_output --warp_loss_with_prev_list delta_w style_hair_slic_large …
-
What is the range of depth predictions?
https://github.com/1adrianb/2D-and-3D-face-alignment/blob/c85491111758e459a42fe9c903f26d990043582c/main.lua#L78
Thanks in advance!
-
Download extra BFM information from 3DDFA(Face Alignment Across Large Poses: A 3D Solution) and HFPE(High-Fidelity Pose and Expression Normalization for Face Recognition in the Wild)
website: http:…
-
Hi!
I am trying to extract PNCC from (Projected Normalized Coordinate Code) as described in [Face Alignment Across Large Poses: A 3D Solution](https://arxiv.org/pdf/1511.07212.pdf).
I don't have a…
-
The full problem is described below:
Traceback (most recent call last):
File "inference.py", line 158, in
main(args)
File "inference.py", line 55, in main
preprocess_model = CropAn…
-
Hi, I am YJHong and thanks for sharing great work!
I checked code measuring landmark alignment (NME, benchmark_alfw2000.py) though, couldn't find any related code for measuring face orientation (pi…
-
Hi, @Wei-Chen-hub @wqyin, I've visualized the MPII dataset to check the 3d mesh alignment with 2d image. However, the result shows that there is some misalignment even on ground-truth. Can you help me…
-
Very excellent work! Thank you so much for your open source.
I tried to extract 3d facial landmarks from a video (one clip of LRS3), but got jittering landmarks.
I use "face-alignment" installed by …
-
Hi,
We have tried your code on 3D face alignment, which works fine. However, when you change the 3D coordinates to the 2D coordinates while keeping the codes and networks the same, we cannot achiev…