tangjiapeng / DiffuScene

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

How to generate text based scenes? #29

Open Rizulv opened 5 months ago

Rizulv commented 5 months 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 5 months ago

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

Rizulv commented 5 months ago

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

csyhping commented 3 months ago

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

Hi, what do you mean "generated from the data preprocessing?"

Do you mean the user has to use a fixed prompt? If so, where can we find the prompt generation?