OpenTexture / Paint3D

Paint3D: Paint Anything 3D with Lighting-Less Texture Diffusion Models, a no lighting baked texture generative model
https://paint3d.github.io/
Apache License 2.0
579 stars 22 forks source link

Generate mutil-face texture #19

Open yejr0229 opened 1 week ago

yejr0229 commented 1 week ago

Hi, I use txet to texture to paint my 3D model and get:

企业微信截图_1719562843201 企业微信截图_17195628548159

and here is the front and back view of my mesh: image image So I wonder the mutil-view consistence of Piant3D may not be good, I think it's due to the original depth diffusion can not aware the viewpoint, please let me know your thoughts, thanks a lot

Zzlongjuanfeng commented 4 days ago

yeah, we have discussed the multi-face problem in our paper. This issue primarily arises from the inconsistency of multi-view texture images sampled from the pre-trained 2D diffusion model, as it is not explicitly trained on multi-view datasets.

Some new models (zero123, EscherNet) consider camera pose during the diffusion process, which may alleviate the multi-face problem.