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

layoutgan++ baseline problem #36

Closed deadsmither5 closed 5 months ago

deadsmither5 commented 5 months ago

hi , sorry to bother you, I‘m wondering the layoutgan++ which you compared with layoutdm in your paper is the constraint one or the normal one, and could you please tell me the generator and discriminator's hyper parameters? whether you both set the dimfeed = 2048 and dmodel =512 in layoutgan++'s G and D? waiting for your answer,thank you!

naoto0804 commented 5 months ago

whether you both set the dimfeed = 2048 and dmodel =512 in layoutgan++'s G and D?

As far as I remember, I did that for its fair comparison.

constraint or normal

I used constraint ver. for the relationship task and normal ver. otherwise.

deadsmither5 commented 5 months ago

thank you!