How to generate text based scenes?
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"
)
??
Hi, the text prompt is automatically generated from the data preprocessing.
But i want to specify how to custom give the text prompts. How can that be done?
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?
i have same problem how should i do?
You can use the processed dataset from the link in the updated README.md