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

Texture Bad! #14

Open xuduo18311199384 opened 11 months ago

xuduo18311199384 commented 11 months ago

Nice work! But when i deal with my custom image reconstruction, the texture is bad. Why it happened? xd

xuduo18311199384 commented 11 months ago

@aashishrai3799

xuduo18311199384 commented 11 months ago

Also when i run demo_generate.py, it makes errors... 2023-12-08 11-31-48 的屏幕截图

xuduo18311199384 commented 11 months ago

Gan-UV texture is bad. It seems that the image has low clarity and the texture has not been neutralized.

2023-12-08 15-16-13 的屏幕截图 2023-12-08 15-16-18 的屏幕截图

aashishrai3799 commented 11 months ago

Nice work! But when i deal with my custom image reconstruction, the texture is bad. Why it happened? xd

hi, it seems like the model is unable to capture the sides of the face. Can you try capturing a slightly side-looking face and then reconstruct it?

BlockchainPunks commented 11 months ago

Agree - why does output not come even close to the demo video you posted??? Can you add best output mech and texture you received so far as part of the GitHub project - maybe in a folder called sample output - this way others can see actual output rather than fake output shown in video example.

aashishrai3799 commented 11 months ago

Hi, I'll upload some samples shortly.

wynsmile commented 9 months ago

I also encountered the same problem, the generated texture is terrible, looking forward to your further answers.

aashishrai3799 commented 9 months ago

I also encountered the same problem, the generated texture is terrible, looking forward to your further answers.

Hi, did you manage to get the color correction using cv2.cvtColor( ) ?