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

Cannot generate scene using command in Hello World #241

Open
AnneBai10 opened this issue May 14, 2024 · 3 comments
Open

Cannot generate scene using command in Hello World #241

AnneBai10 opened this issue May 14, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@AnneBai10
Copy link

AnneBai10 commented May 14, 2024

Describe the bug

When I run the command "python -m infinigen_examples.generate_nature --seed 0 --task coarse -g desert.gin simple.gin --output_folder outputs/hello_world/coarse", after generating one asset, it just stopped generating anything.

Steps to Reproduce

What version of the code were you using?

Tell us the commit & commit hash from git log
830891c

What command did you run?

python -m infinigen_examples.generate_nature --seed 0 --task coarse -g desert.gin simple.gin --output_folder outputs/hello_world/coarse

What are your FULL output logs?

Device with name Apple M1 supports metal minimum requirements
[20:38:04.951] [root] [WARNING] | SMB_AUTH envvar is not set, smb_client upload will not work. Ignore this message if not using upload
[20:38:04.964] [infinigen.core.init] [INFO] | Converted seed='0' to scene_seed=0, parsed as hexadecimal
[20:38:04.975] [infinigen.core.execute_tasks] [INFO] | infinigen version 1.2.6
[20:38:04.975] [infinigen.core.execute_tasks] [INFO] | CUDA_VISIBLE_DEVICES=None
[20:38:04.975] [infinigen.times] [INFO] | [MAIN TOTAL]
[20:38:04.975] [infinigen.core.execute_tasks] [INFO] | Processing frames 1 through 1 inclusive
[20:38:04.982] [infinigen.times] [INFO] | [terrain]
[20:38:04.982] [infinigen.times] [INFO] | [Create terrain]
[20:38:04.982] [infinigen.terrain.core] [INFO] | Terrain using only on the fly on_the_fly_asset_folder=PosixPath('/Users/xxxx/Infinigen/infinigen/outputs/hello_world/coarse/assets')
[20:38:34.564] [infinigen.terrain.core] [INFO] | Terrain elements: ['ground', 'landtiles', 'warped_rocks', 'voronoi_rocks', 'atmosphere']
[20:38:34.564] [infinigen.times] [INFO] | [Create terrain] finished in 0:00:29.582581
[20:38:34.566] [infinigen.times] [INFO] | [meshing OpaqueTerrain]

If this is your first time running Infinigen, what are the full install logs?**

Run pip install -vv -e . > logs.txt 2>&1 and send logs.txt as an attachment.
i already use infinigen to generate individual assets, and it worked well

Platform

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

Additional context

Add any other context about the problem here.

@AnneBai10 AnneBai10 added the bug Something isn't working label May 14, 2024
@AnneBai10
Copy link
Author

logs.txt
logs.txt

@AnneBai10
Copy link
Author

I add some log in generate_nature.py,and i found this sentence "terrain_mesh = terrain.coarse_terrain()" does not generate any results.And I also check the activity monitor on Mac, it seems the code is not running because only 10% CPU is used.Does anyone meet the same problem as I do? I am looking forward to receive a reply, thanks.

@AnneBai10
Copy link
Author

We also tried hello world on M2 and M3, and same problem happened.It seems that there is an issue with the kernel call.
kernel

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