You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to add more desks with chairs in a room, only a few desk has chair or no desk has chair.
It seems the constraint failed. I think the rule must have some bugs.
And I found that, when I increase the number , the chairs are more likely to show up near only one desk but not each desk evenly.
Once the first desk can not handle more chairs, the second desk will take the rest chairs.
Describe the bug
When I want to add more desks with chairs in a room, only a few desk has chair or no desk has chair.
And I found that, when I increase the number , the chairs are more likely to show up near only one desk but not each desk evenly. Once the first desk can not handle more chairs, the second desk will take the rest chairs.It seems the constraint failed. I think the rule must have some bugs.
By the way, in
cu.front_to_front
works worse thancu.front_against
.Steps to Reproduce
change
to
What version of the code were you using?
Tell us the commit & commit hash from
git log
e254428
What command did you run?
python infinigen_examples/generate_indoors.py --seed 0 --task coarse --output_folder outputs/indoors/debug -g fast_solve.gin overhead.gin singleroom.gin -p compose_indoors.terrain_enabled=False compose_indoors.overhead_cam_enabled=True restrict_solving.solve_max_rooms=1 compose_indoors.invisible_room_ceilings_enabled=True compose_indoors.restrict_single_supported_roomtype=True
What are your FULL output logs?
Provide the FULL output logs from your command as a txt file.
log.txt
If this is your first time running Infinigen, what are the full install logs?**
Not the first time. No running bugs.
Platform
Additional context
Can you explain why ? And more information about how does the rule work? Thanks.
The text was updated successfully, but these errors were encountered: