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
I run this command : python -m infinigen.datagen.manage_jobs --output_folder outputs/my_dataset --num_scenes 1000 --pipeline_configs local_256GB.gin monocular.gin blender_gt.gin indoor_background_configs.gin --pipeline_overrides get_cmd.driver_script='infinigen_examples.generate_indoors' LocalScheduleHandler.use_gpu=False manage_datagen_jobs.num_concurrent=16 --overrides compose_indoors.terrain_enabled=False --overwrite
Problems
I noticed that some objects have mesh faces with incorrect material_index values (see figure).
So, for these faces, it's impossible to retrieve the material, which is problematic. Do you have any ideas for fixing this?
The text was updated successfully, but these errors were encountered:
What command did you run?
I run this command :
python -m infinigen.datagen.manage_jobs --output_folder outputs/my_dataset --num_scenes 1000 --pipeline_configs local_256GB.gin monocular.gin blender_gt.gin indoor_background_configs.gin --pipeline_overrides get_cmd.driver_script='infinigen_examples.generate_indoors' LocalScheduleHandler.use_gpu=False manage_datagen_jobs.num_concurrent=16 --overrides compose_indoors.terrain_enabled=False --overwrite
Problems
I noticed that some objects have mesh faces with incorrect
material_index
values (see figure).So, for these faces, it's impossible to retrieve the material, which is problematic. Do you have any ideas for fixing this?
The text was updated successfully, but these errors were encountered: