Giter Site home page Giter Site logo

Comments (3)

Youwang-Kim avatar Youwang-Kim commented on September 26, 2024 1

Hi, thanks for your interest in our work.

1. Resolution & SD model

  • We have used 512x512 for the UV maps. Indeed, increasing the resolution would result in better results. Also, we have used SD 2.1. However, using a better-performing text-to-image guidance model would improve the results.

2. SDS for texture generation

  • Recent works (TEXTure, Text2Tex) use different methods than ours. They outpaint the mesh image using {Text, Depth}-conditioned image generation using ControlNet and back-project the generated RGB colors onto the mesh surface. This may generate good-quality textures.
  • However, from our observation, their outpainting-based methods are hard to guarantee cross-view texture consistency. Since they outpaint the texture by increasing the range of view, subtle differences of generated textures in adjacent views tend to result in cross-view-inconsistent textures.
    issues_v2
  • On the other hand, we use randomly selected camera viewpoints and multi-view rendered images to optimize the texture, which can guide coherent multi-view texture generation.
  • Furthermore, SDS can help disentangle the textures into PBR maps, resulting in better quality results + practical applications, e.g., relighting, and material control. Prior arts, such as TEXTure and Text2Tex, copy the generated image colors, which basically bakes the lighting effects, onto the mesh. With such formulation, the disentanglement of {diffuse, normal, specular, light} cannot be performed, which may limit the practical usage.

Hope this answers your questions.

from paint-it.

mdarhdarz avatar mdarhdarz commented on September 26, 2024 1

Thanks for your efforts! I recomand Meshy (https://app.meshy.ai/zh/discover) and you can have a try. I'm concern about the inconsistency between industry and academia. Besides, I'm looking forward to your code so that I can add SDXL into it.

from paint-it.

Youwang-Kim avatar Youwang-Kim commented on September 26, 2024

Thanks for the comments and your recommendations.
Later, I'll try releasing the code with support for SDXL.

from paint-it.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.