princeton-vl / infinigen

Infinite Photorealistic Worlds using Procedural Generation
https://infinigen.org
BSD 3-Clause "New" or "Revised" License
5.32k stars 455 forks source link

Could not find 1 camera views #153

Open aenoca opened 11 months ago

aenoca commented 11 months ago

Describe the bug

A clear and concise description of what the bug is.

Crashed: 5bbc6948 coarse 54427407249 None Error: No module named 'flip_fluids_addon',Error: Traceback (most recent call last):,Error: No module named 'flip_fluids_addon',Error: Python: Traceback (most recent call last):,Error: Could not find 1 camera views fatal=True 10/16 05:24PM

Steps to Reproduce

What version of the code were you using?

''' What is the output of git log -n 1? '''

What command did you run?

python -m tools.manage_datagen_jobs --output_folder outputs/my_video6 --num_scenes 1 --pipeline_configs local_64GB.gin monocular_video.gin blender_gt.gin cuda_terrain.gin --configs desert.gin simple.gin --pipeline_overrides iterate_scene_tasks.frame_range=[1,25] iterate_scene_tasks.render_frame_range=[1,25] -p camera.camera_pose_proposal.altitude=2

What are your FULL output logs?

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

Platform

Additional context

Add any other context about the problem here.

araistrick commented 11 months ago

Hello, you should take a look outputs/myvideo6/5bbc6948/logs/coarse.err for the full error message. What I believe is happening is that camera selection is failing for the seed that got chosen, and if you rerun / try a new seed it will be fixed. At the moment, if our code cant automaticalyly find and acceptable camera location in a particular seed, it just crashes and the expectation is that the user / manage_datagen_jobs script will just move onto a new seed.