-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Face reconstruction #228
Comments
I think the ckpt assigned by main.py is already prepared in this repo (and it's trained!!!). After running program, you will get these files below. Don't you? The first and second file is what you need!! Same outcome?? maybe you should check whether the image assigned is right!! |
Yes, I got these files:
So, look how the ply and obj looks like, just the same as other outputs. Estimation of pose was correct: What is inside "phase1_wpdc_vdc.pth.tar" ? Should I have the same file for new input? |
@Zvyozdo4ka Here are some way I suggest you:
|
thank you for your hints! But look how it looks like: and your 3d models without textures looks the same both for your face, and face of that celebrity. I needed a facial reconstruction as much close to face on image as possible, like a sculpture. |
Are you aware of this? The pose parameter of the 300W-LP dataset is 7 dimensional |
@ZHJNCUT you have to use these 7 parameters to reconstruct the transform matrix (it's a homogeneous matrix 4x4 element, and only 3x4 is adjustable) which include the scaling, rotation, and translation effect. |
Do you have the relevant code? I have tried several methods, but the results are all wrong, which is very upsetting, I hope you can help me |
If you have relevant code, I hope you can send it to my email ([email protected]), which will be greatly appreciated |
It's been a while since I last worked on ClearDusk/3DDFA. Here are some
links to master it:
https://github.com/XingangPan/GAN2Shape.git
https://github.com/barisgecer/facegan.git
https://github.com/microsoft/DiscoFaceGAN.git
https://github.com/microsoft/Deep3DFaceReconstruction.git
Le mar. 16 janv. 2024 à 11:07, ZHJNCUT ***@***.***> a écrit :
… @ZHJNCUT <https://github.com/ZHJNCUT>
你必须使用这7个参数来重建变换矩阵(它是一个4x4元素的齐次矩阵,并且只有3x4可以调整),其中包括缩放、旋转和平移效果。
If you have relevant code, I hope you can send it to my email (
***@***.***), which will be greatly appreciated
—
Reply to this email directly, view it on GitHub
<#228 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUJPCJCW76ACK2M75DFOOK3YOZGNHAVCNFSM6AAAAAA6BTRN7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJTGQZDQOBZHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I saw that the code evaluation scheme in 3DDFA only has two-dimensional feature points (NME) error, there is no three-dimensional vertices (NME) error, I learned that the normalization of the calculation of three-dimensional vertices (NME) error is: the three-dimensional outer eye spacing of the face, you know how to find this, its index values are how much? |
I saw that the code evaluation scheme in 3DDFA only has two-dimensional feature points (NME) error, there is no three-dimensional vertices (NME) error, I learned that the normalization of the calculation of three-dimensional vertices (NME) error is: the three-dimensional outer eye spacing of the face, you know how to find this, its index values are how much? |
Hello. How to get face like this? How to make reconstruction of face?
Whatever image I use with this command
python3 main.py -f samples/image.jpg
, all faces looks the same:Should I train first? Could you provide with detailed documentation
The text was updated successfully, but these errors were encountered: