IGLICT / SketchFaceNeRF

Apache License 2.0
102 stars 12 forks source link

How to get the detailed geometry of the face #3

Open xisi789 opened 1 year ago

xisi789 commented 1 year ago

How to get the detailed geometry of the face,like this POPO-screenshot-20230811-173043

ty625911724 commented 1 year ago

Please refer to the "Generating media" section in EG3D repository: https://github.com/NVlabs/eg3d

We get this results using UCSF Chimerax (https://www.cgl.ucsf.edu/chimerax/).

xisi789 commented 1 year ago

Please refer to the "Generating media" section in EG3D repository: https://github.com/NVlabs/eg3d

We get this results using UCSF Chimerax (https://www.cgl.ucsf.edu/chimerax/).

@ty625911724 thanks for your answer!

The parameter “z” and “conditioning_param” is required to generate media in EG3D, how to get the parameter “z” and “conditioning_param” in our project

image

ty625911724 commented 1 year ago

The parameter “z” and “conditioning_param” is used to calculate the latent code. It can be replaced into the predicted latent code based on sketch. Hope this can help you.