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

[BUG]white cubes in the scene #86

Open
jgranie opened this issue Jul 3, 2023 · 2 comments
Open

[BUG]white cubes in the scene #86

jgranie opened this issue Jul 3, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jgranie
Copy link

jgranie commented Jul 3, 2023

Describe the bug
Why is there some cubes in the generated scene ? The following image was rendered with Blender 3.6:
Sans titre

Steps to Reproduce

  • What version of the code were you using? Tell us the output of git log -n 1
    '''
    commit 2c51a18 (HEAD -> main, origin/main, origin/HEAD)
    '''

  • What command did you run?
    546 $BLENDER -noaudio --background --python generate.py -- --seed 0 --task coarse -g forest simple --output_folder outputs/forest/coarse
    547 $BLENDER -noaudio --background --python generate.py -- --seed 0 --task populate fine_terrain -g forest simple --input_folder outputs/forest/coarse --output_folder outputs/forest/fine\n
    548 $BLENDER -noaudio --background --python generate.py -- --seed 0 --task render -g forest simple --input_folder outputs/forest/fine --output_folder outputs/forest/frames\n
    549 $BLENDER -noaudio --background --python generate.py -- --seed 0 --task render -g forest simple --input_folder outputs/forest/fine --output_folder outputs/forest/frames -p render.render_image_func=@flat/render_image

  • What are your output logs?

Add your logs here, preferably from a job run with --debug 

** (If this is your first time running Infinigen) What are the full output logs of install.sh ?**

Add your install.sh logs here

Platform

  • OS & OS Version: MacOS 13.4.1
  • GPU (?) : M1
  • GPU Driver Version (?) : ?
  • RAM (GB): 16

Additional context

@araistrick
Copy link
Collaborator

Hello, these cubes are supposed to be placeholders for objects that are not visible and did not get populated, but there seems to be some kind of rare bug that causes this. I will patch a temporary fix soon

@araistrick araistrick self-assigned this Jul 3, 2023
@araistrick
Copy link
Collaborator

I added a bandaid fix in a28da5a to at least hide the cubes, doesnt yet fix the underlying cause for why they arent being populated, will revisit hopefully for v1.0.2

@araistrick araistrick added the bug Something isn't working label Aug 4, 2023
araistrick pushed a commit that referenced this issue Oct 16, 2023
* Bug fix when rendering instance ids. Remove indents in Objects.json. Save instance_ids to Objects.json.

* Update optical_flow_warp.py

* Update depth_to_normals.py and requirements.txt

* Update depth_to_normals.py

* Update rigid_warp.png

* Update instructions.

* Update segmentation and bounding box scripts to work w/o tags.

* Update comments. Use get_frame_path.
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