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

Problems in running HelloWorld and HelloRoom in v1.11.0 #373

Closed
Superviro opened this issue Nov 18, 2024 · 6 comments
Closed

Problems in running HelloWorld and HelloRoom in v1.11.0 #373

Superviro opened this issue Nov 18, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@Superviro
Copy link

Describe the bug

Hi, I encounter some bugs when using v1.11.0 to run HelloWorld and HelloRoom. After running HelloRoom, the result depth is somewhat abnormal, like the following:
Depth_0_0_0048_0
And here's the corresponding RGB image:
Image_0_0_0048_0

And during running HelloWorld(during generating ground truth, to be precise), the process terminated with "AttributeError: 'NoneType' object has no attribute 'type'"

However, when I use v1.10.1 to run them again, it comes back to normal, I wonder are these new bugs introduced by the update?

Steps to Reproduce

What version of the code were you using?

v1.11.0

What command did you run?

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' manage_datagen_jobs.num_concurrent=16 --overrides compose_indoors.restrict_single_supported_roomtype=True

python -m infinigen.datagen.manage_jobs --output_folder outputs/hello_world --num_scenes 1 --specific_seed 0
--configs desert.gin simple.gin --pipeline_configs local_16GB.gin monocular.gin blender_gt.gin --pipeline_overrides LocalScheduleHandler.use_gpu=False

What are your FULL output logs?

The log that containing the error info when running ground-truth rendering:
51995413362_0_log.txt

@Superviro Superviro added the bug Something isn't working label Nov 18, 2024
@araistrick
Copy link
Contributor

Thanks for the report, I will look into this ASAP.

@araistrick
Copy link
Contributor

Should be fixed by v1.11.1

@Superviro
Copy link
Author

Should be fixed by v1.11.1

Thanks for the quick response! I tried it today but It seems the error when running HelloWorld still exists :(

@araistrick
Copy link
Contributor

Are you sure you are able to reproduce the scrambled depthmap on v1.11? for me it seems fine
Depth_0_0_0048_0

@Superviro
Copy link
Author

Are you sure you are able to reproduce the scrambled depthmap on v1.11? for me it seems fine Depth_0_0_0048_0

The depth map is fine on v1.11.1 when running HelloRoom, but I still cannot complete HelloWorld during groundtruth generation with the error in the log txt

@araistrick
Copy link
Contributor

I see, this likely is because of the opengl ground truth issue also mentioned in #374 , so I will close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants