3DScenePlatform icon indicating copy to clipboard operation
3DScenePlatform copied to clipboard

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

Open CharlieLei opened this issue 4 years ago • 1 comments

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?

CharlieLei avatar Sep 02 '21 12:09 CharlieLei

Hi @CharlieLei! I have just pushed an update for fixing dependencies. When pushing updates, we really have some undergoing works (unpublished works), so this may cause some dependency issues...Fortunately, the platform won't receive major updates at least in this year : )

Shao-Kui avatar Sep 02 '21 13:09 Shao-Kui