infinigen
infinigen copied to clipboard
Error when playing with Render image and ground truth in HelloRoom.md
Describe the bug
A clear and concise description of what the bug is.
As I ran the command python -m infinigen_examples.generate_nature --seed 0 --task render --input_folder outputs/indoors/coarse --output_folder outputs/indoors/frames
, it reports error:
RuntimeError: Error: Invalid value in CUDA queue enqueue (integrator_reset adaptive_sampling_convergence_check)
Error: Invalid value in CUDA queue enqueue (integrator_reset adaptive_sampling_convergence_check)
In call to configurable 'render_image' (<function render_image at 0x7f5f060a5fc0>) in scope 'full' In call to configurable 'render' (<function render at 0x7f5f060a7eb0>) In call to configurable 'execute_tasks' (<function execute_tasks at 0x7f5f060bd7e0>)
I couldn't figure out why
Steps to Reproduce
bash scripts/install/interactive_blender.sh
python -m infinigen_examples.generate_indoors --seed 0 --task coarse --output_folder outputs/indoors/coarse -g fast_solve.gin singleroom.gin -p compose_indoors.terrain_enabled=False restrict_solving.restrict_parent_rooms=\[\"Kitchen\"\]
python -m infinigen_examples.generate_nature --seed 0 --task render --input_folder outputs/indoors/coarse --output_folder outputs/indoors/frames
What version of the code were you using?
Tell us the commit & commit hash from git log
commit f5567d231d391a24dfe730d5319ad4c822bf1bbf (HEAD -> main, origin/main, origin/HEAD)
Merge: e651291b 0b85ca1e
What command did you run?
python -m infinigen_examples.generate_nature --seed 0 --task render --input_folder outputs/indoors/coarse --output_folder outputs/indoors/frames
What are your FULL output logs?
Provide the FULL output logs from your command as a txt file. logs.txt
If this is your first time running Infinigen, what are the full install logs?**
Run pip install -v -e . > logs.txt 2>&1
and send logs.txt as an attachment.
Platform
- OS & OS Version: Ubuntu 20.04.6 LTS (GNU/Linux 5.15.0-117-generic x86_64)
- GPU (?) :NVIDIA 3090
- GPU Driver Version (?) : 535.183.01
- RAM (GB):
Additional context
Add any other context about the problem here.
Also, python -m infinigen.launch_blender outputs/indoors/coarse/scene.blend
gives
/home/liluo/code/infinigen/blender/blender --python /home/liluo/code/infinigen/infinigen/tools/blendscript_import_infinigen.py outputs/indoors/coarse/scene.blend GHOST: failed to initialize display for back-end(s): ['X11'] GHOST: unable to initialize, exiting!
As I can only run all these commands on server and I am new to this area, I don't know if I can play with blender UI when I can only use command line to play with server?