Skip to content

No such file or directory: './latentspace/roomTypeDemo.json' #24

@CharlieLei

Description

@CharlieLei

When I run main.py, it warns that

Traceback (most recent call last):
  File "/home2/leicheng/3DScenePlatform/main.py", line 12, in <module>
    from autolayoutv2 import sceneSynthesis
  File "/home2/leicheng/3DScenePlatform/autolayoutv2.py", line 12, in <module>
    from projection2d import processGeo as p2d, connected_component, getobjCat
  File "/home2/leicheng/3DScenePlatform/projection2d.py", line 867, in <module>
    with open('./latentspace/roomTypeDemo.json') as f:
FileNotFoundError: [Errno 2] No such file or directory: './latentspace/roomTypeDemo.json'

How can I get this json file?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions