TaoHuUMD / StructLDM

Other
103 stars 4 forks source link

A little question about Part-Aware Diffusion #8

Open CHMimilanlan opened 4 days ago

CHMimilanlan commented 4 days ago

Since I am new in this realm, there is a little question that I can't figure out.

I have carefully read the paper of this work, and I am confused about the Part-Aware Diffusion module, which is utilized to refine the latent UV Map after latent exchanged. Is the checkpoint of Part-Aware Diffusion model directly reused from the Structured Latent Diffusion Model, or retrained?

If the checkpoint of Part-Aware Diffusion model is reused from the Structured Latent Diffusion, my guess to the pipeline of Part-Aware Diffusion model is that, by inputting an exchanged latent UV Map, adding noise to it, and then using the Part-Aware Diffusion module to denoise it, we can get a refined latent UV Map. Is my guess correct?

I will be grateful for your timely response!

TaoHuUMD commented 4 days ago

It's correct. We trained one diffusion model for different tasks.

CHMimilanlan commented 4 days ago

Thanks !