DiffuScene icon indicating copy to clipboard operation
DiffuScene copied to clipboard

How to generate text based scenes?

Open Rizulv opened this issue 1 year ago • 5 comments

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"
)
??

Rizulv avatar Jun 05 '24 12:06 Rizulv

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

tangjiapeng avatar Jun 10 '24 15:06 tangjiapeng

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

Rizulv avatar Jun 10 '24 17:06 Rizulv

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?

csyhping avatar Aug 29 '24 14:08 csyhping

i have same problem how should i do?

StephenChen2016 avatar May 02 '25 08:05 StephenChen2016

You can use the processed dataset from the link in the updated README.md

tangjiapeng avatar May 06 '25 07:05 tangjiapeng