zkf1997 / DIMOS

code release of paper "DIMOS: Synthesizing Diverse Human Motions in 3D Indoor Scenes"
https://zkf1997.github.io/DIMOS/
Apache License 2.0
77 stars 3 forks source link

Where can I get "{prox_scene}_segment.json"? #7

Closed teshima058 closed 4 months ago

teshima058 commented 4 months ago

When I tried to run python synthesize/get_scene.py, I noticed that the file 'data/proxs/scenes_semantics/BasementSittingBooth_segment.json' was missing. According to the COINS page, the scene_semantics files seems to be available from the PROX-E project, but in the downloadable files, I could not find the {prox_scene_name}_segment.json file in the scene_semantics folder. Would you please tell me how to obtain these json files?

zkf1997 commented 4 months ago

*_segment.json files are provided in COINS, you can check here: https://drive.google.com/drive/u/1/folders/1-vwuZTAhpN3ifzYJLEnKwn5yxHlq_sHr

teshima058 commented 4 months ago

Thanks!