princeton-vl / infinigen

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

How to generate subsequent scenes after "Hello world" example #160

Open XeuniceX opened 1 year ago

XeuniceX commented 1 year ago

Describe the bug

A clear and concise description of what the bug is. After the hello world example, i would like to generate subsequent scenes but im getting this error: /Users/eunicelee/anaconda3/envs/infinigen/bin/python: Error while finding module specification for 'tools.manage_datagen_jobs' (ModuleNotFoundError: No module named 'tools')

Steps to Reproduce

i activated the infinigen env changed directory to infinigen

What version of the code were you using?

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

What command did you run?

python -m tools.manage_datagen_jobs --output_folder outputs/snow --num_scenes 1 --specific_seed 0 \ --configs snowy_mountain.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?

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 1 year ago

What is your terminals working directory? it may be that you need to cd worldgen. if this is already the case, then check that ls tools/manage_datagen_jobs.py runs and the file exists