FileNotFoundError: [Errno 2] No such file or directory: 'outputs/my_export2/export_scene.blend/bathroom_0/0_ceiling' In call to configurable 'export_curr_scene' (<function export_curr_scene at 0x7f3e2cdd9bd0>) #360
Labels
bug
Something isn't working
Describe the bug
Hello, After I finished Hello Room,I wanted to export the furniture inside the building as a single obj, so I executed the following command:
python -m infinigen.tools.export --input_folder outputs/indoors/coarse --output_folder outputs/my_export2 -f obj -r 1024 --individual
report errors:
FileNotFoundError: [Errno 2] No such file or directory: 'outputs/my_export2/export_scene.blend/bathroom_0/0_ceiling'
In call to configurable 'export_curr_scene' (<function export_curr_scene at 0x7f3e2cdd9bd0>)
Steps to Reproduce
first I use the "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=["DiningRoom"]",
and then i use the "python -m infinigen.tools.export --input_folder outputs/indoors/coarse --output_folder outputs/my_export2 -f obj -r 1024 --individual ",after that, the program reported two errors.
What version of the code were you using?
Commit 0fd9e54
What command did you run?
python -m infinigen.tools.export --input_folder outputs/indoors/coarse --output_folder outputs/my_export2 -f obj -r 1024 --individual
What are your FULL output logs?
FileNotFoundError: [Errno 2] No such file or directory: 'outputs/my_export2/export_scene.blend/bathroom_0/0_ceiling'
In call to configurable 'export_curr_scene' (<function export_curr_scene at 0x7f3e2cdd9bd0>)
Platform
The text was updated successfully, but these errors were encountered: