You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are serious problems when generating large pose faces' texture.
I runed the demo.py to generate uv texture and textured mesh, the results are as follows:
Why does it look like this in self-occluding regions?
Is it because of the inaccurate shape or orthogonal projection? Or it is the bug of the code?
Thanks!
The text was updated successfully, but these errors were encountered:
The texture is sampled from the original image, so invisible (self-occluded) regions will be filled with pixels where the vertices are projected. It is not the bug, or the projector problem.
There are serious problems when generating large pose faces' texture.
I runed the demo.py to generate uv texture and textured mesh, the results are as follows:
Why does it look like this in self-occluding regions?
Is it because of the inaccurate shape or orthogonal projection? Or it is the bug of the code?
Thanks!
The text was updated successfully, but these errors were encountered: