-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in generating scenarios that make sense and are as realistic as possible #39
Comments
I encountered some of the problems you raised. Here are some suggestions for each of them:
|
Thanks for the exhaustive answer!
is there a way to force (or at least to control) the generation and placement of objects? I am interested in creating some realistic scenarios with a few constraints, but I feel like most of the time the constraints I am adding are not satisfied. I have a few examples:
I would like to make sure that at least these constraints are met. I can also modify the code if necessary, but I would at least appreciate some indication of where I should start to modify it. |
Same way as the microwave solution, adding another step to double-check the object selection plan here. You can implement a function taking in the original object plan and your prompt, and let a LLM to modify the original plan to satisfy your requirement. |
Hello everyone, thank you for the great work.
I've been using this repository for a while now trying to generate some scenarios that make sense and are as realistic as possible. Currently, I am facing some little problems, such as:
Do you think this is to be expected? Or is it my problem (maybe the prompt is not that stable and my edits lead to unstable results?)?
I even tried to generate some variations, but I see no improvement besides the aspect and the assets.
Could you help me out?
Thanks again.
The text was updated successfully, but these errors were encountered: