tangjiapeng / DiffuScene

[CVPR 2024] DiffuScene: Denoising Diffusion Models for Generative Indoor Scene Synthesis
Other
188 stars 15 forks source link

How to generate text based scenes? #29

Open Rizulv opened 1 month ago

Rizulv commented 1 month ago

To generate text prompt based scenes i have to run generate_text.sh file? but it doesnt include any text prompt function. and it used generate_diffusion.py which also doesnt have any text prompt function ? so to use it do i have to make changes in the code lines? like for example -


parser.add_argument(
    "--text_prompt",
    type=str,
    nargs='+',
    help="Custom text prompts for scene generation"
)
??
tangjiapeng commented 4 weeks ago

Hi, the text prompt is automatically generated from the data preprocessing.

Rizulv commented 4 weeks ago

But i want to specify how to custom give the text prompts. How can that be done?