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

Blender Ground Truth Fails: AttributeError: 'NoneType' object has no attribute 'type' #388

Open
lorjul opened this issue Dec 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@lorjul
Copy link

lorjul commented Dec 10, 2024

Describe the bug

Calculating blender ground truth fails for some scenes.

Steps to Reproduce

What version of the code were you using?

Commit e254428

What command did you run?

python -m infinigen.datagen.manage_jobs \
    --output_folder "$output" \
    --num_scenes "$NUM" \
    --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' \
        "iterate_scene_tasks.n_camera_rigs=$NUM_CAMERAS" \
        manage_datagen_jobs.num_concurrent=16 \
    --overrides \
        "camera.spawn_camera_rigs.n_camera_rigs=$NUM_CAMERAS" \
        compose_indoors.restrict_single_supported_roomtype=True

What are your FULL output logs?

Here are the logs for blendergt_0_0_0048_0.err for a selected scene:

blendergt_0_0_0048_0.err.txt

Platform

  • OS & OS Version: Ubuntu 22.04.4
  • GPU : A100
  • GPU Driver Version: nvidia 535
  • RAM (GB): 500

Additional context

This error occurred for 4 out of 28 generated scenes.

This bug was also mentioned in issue #373. However, the issues seems not to be fixed.

@lorjul lorjul added the bug Something isn't working label Dec 10, 2024
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

1 participant