-
Notifications
You must be signed in to change notification settings - Fork 466
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
More room with objects #326
Comments
If you want multiple rooms to be solved with objects, you should remove Please reopen if this does not resolve the issue |
Hi Araistrick @araistrick, I'm using the exact same config with Here are some info provided by
One of the example of
If I don't delete |
@araistrick thank's for your answer. I run this command and it work well. However I noticed that for each scene, one room is alway empty. Do you have any idea ? Thank's. |
I run this command |
Got it. It seems like I didn't allocate enough memory. I'll switch to another server and have a try. Get back to you later. By the way how long does it take for you to generate a scene like this? |
approx one day |
Hi, I checked my result, and there is indeed an empty room, but it’s a very small one. I suspect it might be a storage space. |
Hi, thank's for your feedback. I also checked the empty room and noticed that it's often garage and hallway, it's might be normal. |
Hello,
Thank's for your work.
Problems
I ran your command to generate indoor whole appartement, however I noticed that only one room contains objects (like you say in md file) (see illustration)
Steps to Reproduce
python -m infinigen.datagen.manage_jobs --output_folder outputs/my_dataset --num_scenes 1 --pipeline_configs local_256GB.gin monocular.gin blender_gt.gin indoor_background_configs.gin --configs singleroom.gin --pipeline_overrides get_cmd.driver_script='infinigen_examples.generate_indoors' LocalScheduleHandler.use_gpu=False manage_datagen_jobs.num_concurrent=16 --overrides compose_indoors.restrict_single_supported_roomtype=True compose_indoors.terrain_enabled=False --overwrite
Figure
Question
I would like to know which parameter I need to modify, if i want to place object in all rooms ? (compose_indoors ? or another parameter ?)
Thank's in advance.
The text was updated successfully, but these errors were encountered: