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

Baseline code? #26

Closed billy322 closed 1 year ago

billy322 commented 1 year ago

Can you tell me where to find the code for the baselines mentioned in your paper? e.g., BART, MaskGIT, NDN-none, VQDiffusion.

Thanks.

naoto0804 commented 1 year ago

Please refer to models. We implemented NDN-none on another codebase, so it is not included here.

For training each model with the default hyper-parameters, please refer to here.

kitman0000 commented 9 months ago

May I also have the NDN-none code base? thanks!