aashishrai3799 / Towards-Realistic-Generative-3D-Face-Models

3D face model that can generate high-quality mesh and texture
Other
260 stars 22 forks source link

The results varied widely #5

Closed wenxy68 closed 11 months ago

wenxy68 commented 11 months ago

Hello author, I found that the resultant effect is very different during my experiment.Do you know the reason? And when are you going to publish the training codes.Thank you so much.The specific comparison chart is shown below: image image

aashishrai3799 commented 11 months ago

Hi, do you mean why the model generates artifacts/kids? Please correct me if I'm getting it wrong.

wenxy68 commented 11 months ago

Hello author, I am using the pre-trained weight file as shown below: image image

aashishrai3799 commented 11 months ago

Hi, the issue appears to be with the StyleGAN2 generator, as it's producing faces with artifacts while sampling some corner cases. Try to play around with truncation and truncation_latent to generate better results.

BlockchainPunks commented 11 months ago

any chance you can share the steps you followed to get this up and running. The install instructions are riddled with issues and hoping someone who managed to get it working to provide their steps to setup. Issues appear to be linked to most of the steps related to copy & pasting external files into this projects folder structure before running the scripts. I cannot get the author of this repo to provide exact steps just 1 liners that aren't helping.