CyberAgentAILab / layout-dm

LayoutDM: Discrete Diffusion Model for Controllable Layout Generation [Inoue+, CVPR2023]
https://cyberagentailab.github.io/layout-dm
Apache License 2.0
211 stars 23 forks source link

Dataset preparation #28

Closed arnoldmr01 closed 10 months ago

arnoldmr01 commented 10 months ago

I am so grateful for your work on LayoutDM. The concept behind LayoutDM is both interesting and compelling. Recently, I would like to apply LayoutDM to my project of generating advertisement images. Is the raw data (Json file) necessary? Where is the code for forward diffusion process? If you have any suggestion please let me know.

Warm regards, Arnold

naoto0804 commented 10 months ago

Hi, thank you for your interest in our work!

Is the raw data (Json file) necessary?

The answer is no, as long as you can preprocess your data on your own. Please refer to Training on custom dataset for more details.

Where is the code for the forward diffusion process?

Please refer to This file

arnoldmr01 commented 10 months ago

Thanks for you response. It did help me a lot.