brownvc / planit

Public code release for our SIGGRAPH 2019 paper "PlanIT: Planning and Instantiating Indoor Scenes with Relation Graph and Spatial Prior Networks"
Other
94 stars 14 forks source link

Question about house_relation and wall #9

Open YeolYao opened 2 years ago

YeolYao commented 2 years ago

Hello,I found that you have setted "include_support_information=True, include_arch_information=True" in your code, so I want to know about what do you write in the /data/house_relations/houseid.stats.json and /data/wall/houseid.arch.json? Thanks a lot for your answer.

kwang-ether commented 2 years ago

Those came with a later release of the dataset and we do not have a copy of them anymore. You should be able to compute the object support hierarchy with your own heuristics.

I believe the only use for arch information is obtaining the polygonal outlines of the rooms. See https://github.com/brownvc/planit/blob/b42bfda1f7cd7c0e07874728ae7b809c09a3e6b7/scene-synth/data/house.py#L73 (You can set the depth / height of the walls to be whatever that is in your own dataset)