Skip to content
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

How to create a custom scene #307

Open
DreamerYinYu opened this issue Sep 2, 2024 · 1 comment
Open

How to create a custom scene #307

DreamerYinYu opened this issue Sep 2, 2024 · 1 comment
Labels
question Further information is requested

Comments

@DreamerYinYu
Copy link

How to create your own scene, such as the moon or Mars?
How can I customize the scene layout, such as the placement of objects, etc

@DreamerYinYu DreamerYinYu added the question Further information is requested label Sep 2, 2024
@GCChen97
Copy link
Contributor

GCChen97 commented Sep 3, 2024

I am learning this framework too. I am trying to understand 'infinigen/infinigen_examples/constraints/home.py' for generating indoor scenes and the scene layout is generated according to

    consgraph = home_constraints.home_furniture_constraints()
    consgraph_rooms = home_constraints.home_room_constraints()

You need to define your own graphs by yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants